#C87213

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

Shades of Ochre #C87213

Tints of Ochre #C87213

Color information

#C87213 (or 0xC87213) is unknown color: approx Ochre. HEX triplet: C8, 72 and 13. RGB value is (200,114,19). Sum of RGB (Red+Green+Blue) = 200+114+19=333 (44% of max value = 765). Red value is 200 (78.52% from 255 or 60.06% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 19 (7.81% from 255 or 5.71% from 333); Max value from RGB is 200 - color contains mainly: red. Hex color #C87213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87213 is #378DEC. Grayscale: #818181. Windows color (decimal): -3640813 or 1274568. OLE color: 1274568.

HSL color Cylindrical-coordinate representation of color #C87213: hue angle of 31.49º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C87213 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB20011419-
CMYK00.430.900.22
HSL31.49º82.65%42.94%-
HSV(B)31.49º90.5%78.43%-
XYZ29.9524.363.74-
YUV128.8865.99178.72-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 60.06%
GREEN value IS 114 (44.92% from 255) = 34.23%
BLUE value IS 19 (7.81% from 255) = 5.71%
R=60.06%
G=34.23%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001141900.430.900.2231.4982.6542.94
HexC8721302B5A161f532b
Octal31016223053132263712353
Binary110010001110010100110101011101101010110111111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87213; }

 p { color: rgb(200,114,19); }

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

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

 a { background-color: rgb(200,114,19); }

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

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

 span { border-color: rgb(200,114,19); }

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