#C77112

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

Shades of Ochre #C77112

Tints of Ochre #C77112

Color information

#C77112 (or 0xC77112) is unknown color: approx Ochre. HEX triplet: C7, 71 and 12. RGB value is (199,113,18). Sum of RGB (Red+Green+Blue) = 199+113+18=330 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.30% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 18 (7.42% from 255 or 5.45% from 330); Max value from RGB is 199 - color contains mainly: red. Hex color #C77112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77112 is #388EED. Grayscale: #808080. Windows color (decimal): -3706606 or 1208775. OLE color: 1208775.

HSL color Cylindrical-coordinate representation of color #C77112: hue angle of 31.49º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C77112 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB19911318-
CMYK00.430.910.22
HSL31.49º83.41%42.55%-
HSV(B)31.49º90.95%78.04%-
XYZ29.57243.65-
YUV127.8865.99178.72-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 60.30%
GREEN value IS 113 (44.53% from 255) = 34.24%
BLUE value IS 18 (7.42% from 255) = 5.45%
R=60.30%
G=34.24%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.91
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991131800.430.910.2231.4983.4142.55
HexC7711202B5B161f532b
Octal30716122053133263712353
Binary110001111110001100100101011101101110110111111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77112; }

 p { color: rgb(199,113,18); }

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

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

 a { background-color: rgb(199,113,18); }

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

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

 span { border-color: rgb(199,113,18); }

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