#c07c1a

Color #C07C1A Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #C07C1A

Tints of Ochre #C07C1A

Color information

#C07C1A (or 0xC07C1A) is unknown color: approx Ochre. HEX triplet: C0, 7C and 1A. RGB value is (192,124,26). Sum of RGB (Red+Green+Blue) = 192+124+26=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 124 (48.83% from 255 or 36.26% from 342); Blue value is 26 (10.55% from 255 or 7.60% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07C1A is #3F83E5. Grayscale: #858585. Windows color (decimal): -4162534 or 1735872. OLE color: 1735872.

HSL color Cylindrical-coordinate representation of color #C07C1A: hue angle of 35.42º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C07C1A is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB19212426-
CMYK00.350.860.25
HSL35.42º76.15%42.75%-
HSV(B)35.42º86.46%75.29%-
XYZ29.1325.74.4-
YUV133.1667.53169.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 56.14%
GREEN value IS 124 (48.83% from 255) = 36.26%
BLUE value IS 26 (10.55% from 255) = 7.60%
R=56.14%
G=36.26%
B=7.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921242600.350.860.2535.4276.1542.75
HexC07C1A0235619234c2b
Octal30017432043126314311453
Binary1100000011111001101001000111010110110011000111001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c07c1a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c07c1a; }

 p { color: rgb(192,124,26); }

 H1.HeaderClassName
 {
   color: #c07c1a;
 }
 .AnyTagClassName
 {
   color: #c07c1a;
 }
</style>
background-color css

<style>
 a { background-color: #c07c1a; }

 a { background-color: rgb(192,124,26); }

 div.DivClassName
 {
   background-color: #c07c1a;
 }
 .BgClassName
 {
   background-color: #c07c1a;
 }
</style>
border-color css

<style>
 span { border-color: #c07c1a; }

 span { border-color: rgb(192,124,26); }

 td.TdClassName
 {
   border-color: #c07c1a;
 }
 .TagClassName
 {
   border-color: #c07c1a;
 }
</style>