#C87417

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

Shades of Ochre #C87417

Tints of Ochre #C87417

Color information

#C87417 (or 0xC87417) is unknown color: approx Ochre. HEX triplet: C8, 74 and 17. RGB value is (200,116,23). Sum of RGB (Red+Green+Blue) = 200+116+23=339 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.00% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 23 (9.38% from 255 or 6.78% from 339); Max value from RGB is 200 - color contains mainly: red. Hex color #C87417 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87417 is #378BE8. Grayscale: #828282. Windows color (decimal): -3640297 or 1537224. OLE color: 1537224.

HSL color Cylindrical-coordinate representation of color #C87417: hue angle of 31.53º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C87417 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB20011623-
CMYK00.420.880.22
HSL31.53º79.37%43.73%-
HSV(B)31.53º88.5%78.43%-
XYZ30.2224.834.01-
YUV130.5167.33177.56-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 59.00%
GREEN value IS 116 (45.70% from 255) = 34.22%
BLUE value IS 23 (9.38% from 255) = 6.78%
R=59.00%
G=34.22%
B=6.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.88
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001162300.420.880.2231.5379.3743.73
HexC8741702A5816204f2c
Octal31016427052130264011754
Binary1100100011101001011101010101011000101101000001001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87417; }

 p { color: rgb(200,116,23); }

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

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

 a { background-color: rgb(200,116,23); }

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

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

 span { border-color: rgb(200,116,23); }

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