#C57108

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

Shades of Ochre #C57108

Tints of Ochre #C57108

Color information

#C57108 (or 0xC57108) is unknown color: approx Ochre. HEX triplet: C5, 71 and 08. RGB value is (197,113,8). Sum of RGB (Red+Green+Blue) = 197+113+8=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 8 (3.52% from 255 or 2.52% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C57108 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57108 is #3A8EF7. Grayscale: #7E7E7E. Windows color (decimal): -3837688 or 553413. OLE color: 553413.

HSL color Cylindrical-coordinate representation of color #C57108: hue angle of 33.33º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C57108 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB1971138-
CMYK00.430.960.23
HSL33.33º92.2%40.2%-
HSV(B)33.33º95.94%77.25%-
XYZ28.9723.73.28-
YUV126.1561.33178.54-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 61.95%
GREEN value IS 113 (44.53% from 255) = 35.53%
BLUE value IS 8 (3.52% from 255) = 2.52%
R=61.95%
G=35.53%
B=2.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.96
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197113800.430.960.2333.3392.240.2
HexC571802B6017215c28
Octal30516110053140274113450
Binary110001011110001100001010111100000101111000011011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57108; }

 p { color: rgb(197,113,8); }

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

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

 a { background-color: rgb(197,113,8); }

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

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

 span { border-color: rgb(197,113,8); }

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