#C37011

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

Shades of Ochre #C37011

Tints of Ochre #C37011

Color information

#C37011 (or 0xC37011) is unknown color: approx Ochre. HEX triplet: C3, 70 and 11. RGB value is (195,112,17). Sum of RGB (Red+Green+Blue) = 195+112+17=324 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.19% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 195 - color contains mainly: red. Hex color #C37011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37011 is #3C8FEE. Grayscale: #7E7E7E. Windows color (decimal): -3969007 or 1142979. OLE color: 1142979.

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

Color convert

RGB19511217-
CMYK00.430.910.24
HSL32.02º83.96%41.57%-
HSV(B)32.02º91.28%76.47%-
XYZ28.423.233.52-
YUV125.9966.5177.22-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 60.19%
GREEN value IS 112 (44.14% from 255) = 34.57%
BLUE value IS 17 (7.03% from 255) = 5.25%
R=60.19%
G=34.57%
B=5.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951121700.430.910.2432.0283.9641.57
HexC3701102B5B1820542a
Octal30316021053133304012452
Binary1100001111100001000101010111011011110001000001010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37011; }

 p { color: rgb(195,112,17); }

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

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

 a { background-color: rgb(195,112,17); }

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

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

 span { border-color: rgb(195,112,17); }

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