#C57711

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

Shades of Ochre #C57711

Tints of Ochre #C57711

Color information

#C57711 (or 0xC57711) is unknown color: approx Ochre. HEX triplet: C5, 77 and 11. RGB value is (197,119,17). Sum of RGB (Red+Green+Blue) = 197+119+17=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 17 (7.03% from 255 or 5.11% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C57711 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57711 is #3A88EE. Grayscale: #838383. Windows color (decimal): -3836143 or 1144773. OLE color: 1144773.

HSL color Cylindrical-coordinate representation of color #C57711: hue angle of 34º 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 #C57711 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB19711917-
CMYK00.400.910.23
HSL34º84.11%41.96%-
HSV(B)34º91.37%77.25%-
XYZ29.7225.13.81-
YUV130.6963.84175.29-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 59.16%
GREEN value IS 119 (46.88% from 255) = 35.74%
BLUE value IS 17 (7.03% from 255) = 5.11%
R=59.16%
G=35.74%
B=5.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.91
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971191700.400.910.233484.1141.96
HexC577110285B1722542a
Octal30516721050133274212452
Binary1100010111101111000101010001011011101111000101010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57711; }

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

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

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

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

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

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

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

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