#C07712

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

Shades of Ochre #C07712

Tints of Ochre #C07712

Color information

#C07712 (or 0xC07712) is unknown color: approx Ochre. HEX triplet: C0, 77 and 12. RGB value is (192,119,18). Sum of RGB (Red+Green+Blue) = 192+119+18=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 18 (7.42% from 255 or 5.47% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C07712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07712 is #3F88ED. Grayscale: #818181. Windows color (decimal): -4163822 or 1210304. OLE color: 1210304.

HSL color Cylindrical-coordinate representation of color #C07712: hue angle of 34.83º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C07712 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB19211918-
CMYK00.380.910.25
HSL34.83º82.86%41.18%-
HSV(B)34.83º90.62%75.29%-
XYZ28.4424.443.79-
YUV129.3165.18172.71-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 58.36%
GREEN value IS 119 (46.88% from 255) = 36.17%
BLUE value IS 18 (7.42% from 255) = 5.47%
R=58.36%
G=36.17%
B=5.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921191800.380.910.2534.8382.8641.18
HexC077120265B19235329
Octal30016722046133314312351
Binary1100000011101111001001001101011011110011000111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07712; }

 p { color: rgb(192,119,18); }

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

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

 a { background-color: rgb(192,119,18); }

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

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

 span { border-color: rgb(192,119,18); }

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