#C57211

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

Shades of Ochre #C57211

Tints of Ochre #C57211

Color information

#C57211 (or 0xC57211) is unknown color: approx Ochre. HEX triplet: C5, 72 and 11. RGB value is (197,114,17). Sum of RGB (Red+Green+Blue) = 197+114+17=328 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.06% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 17 (7.03% from 255 or 5.18% from 328); Max value from RGB is 197 - color contains mainly: red. Hex color #C57211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57211 is #3A8DEE. Grayscale: #808080. Windows color (decimal): -3837423 or 1143493. OLE color: 1143493.

HSL color Cylindrical-coordinate representation of color #C57211: hue angle of 32.33º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C57211 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB19711417-
CMYK00.420.910.23
HSL32.33º84.11%41.96%-
HSV(B)32.33º91.37%77.25%-
XYZ29.1423.953.62-
YUV127.7665.5177.39-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 60.06%
GREEN value IS 114 (44.92% from 255) = 34.76%
BLUE value IS 17 (7.03% from 255) = 5.18%
R=60.06%
G=34.76%
B=5.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.91
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971141700.420.910.2332.3384.1141.96
HexC5721102A5B1720542a
Octal30516221052133274012452
Binary1100010111100101000101010101011011101111000001010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57211; }

 p { color: rgb(197,114,17); }

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

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

 a { background-color: rgb(197,114,17); }

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

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

 span { border-color: rgb(197,114,17); }

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