#C57311

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

Shades of Ochre #C57311

Tints of Ochre #C57311

Color information

#C57311 (or 0xC57311) is unknown color: approx Ochre. HEX triplet: C5, 73 and 11. RGB value is (197,115,17). Sum of RGB (Red+Green+Blue) = 197+115+17=329 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.88% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 17 (7.03% from 255 or 5.17% from 329); Max value from RGB is 197 - color contains mainly: red. Hex color #C57311 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57311 is #3A8CEE. Grayscale: #808080. Windows color (decimal): -3837167 or 1143749. OLE color: 1143749.

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

Color convert

RGB19711517-
CMYK00.420.910.23
HSL32.67º84.11%41.96%-
HSV(B)32.67º91.37%77.25%-
XYZ29.2624.173.65-
YUV128.3565.17176.97-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 59.88%
GREEN value IS 115 (45.31% from 255) = 34.95%
BLUE value IS 17 (7.03% from 255) = 5.17%
R=59.88%
G=34.95%
B=5.17%

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
Decimal1971151700.420.910.2332.6784.1141.96
HexC5731102A5B1721542a
Octal30516321052133274112452
Binary1100010111100111000101010101011011101111000011010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57311; }

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

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

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

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

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

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

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

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