#c87714

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

Shades of Ochre #C87714

Tints of Ochre #C87714

Color information

#C87714 (or 0xC87714) is unknown color: approx Ochre. HEX triplet: C8, 77 and 14. RGB value is (200,119,20). Sum of RGB (Red+Green+Blue) = 200+119+20=339 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.00% from 339); Green value is 119 (46.88% from 255 or 35.10% from 339); Blue value is 20 (8.20% from 255 or 5.90% from 339); Max value from RGB is 200 - color contains mainly: red. Hex color #C87714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87714 is #3788EB. Grayscale: #848484. Windows color (decimal): -3639532 or 1341384. OLE color: 1341384.

HSL color Cylindrical-coordinate representation of color #C87714: hue angle of 33º degrees, saturation: 0.82, 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 #C87714 is Cyan = 0, Magento = 0.40, Yellow = 0.9 and Black (K on CMYK) = 0.22.

Color convert

RGB20011920-
CMYK00.400.90.22
HSL33º81.82%43.14%-
HSV(B)33º90%78.43%-
XYZ30.5425.523.98-
YUV131.9364.84176.55-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 59.00%
GREEN value IS 119 (46.88% from 255) = 35.10%
BLUE value IS 20 (8.20% from 255) = 5.90%
R=59.00%
G=35.10%
B=5.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.9
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001192000.400.90.223381.8243.14
HexC877140285A1621522b
Octal31016724050132264112253
Binary1100100011101111010001010001011010101101000011010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c87714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c87714; }

 p { color: rgb(200,119,20); }

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

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

 a { background-color: rgb(200,119,20); }

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

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

 span { border-color: rgb(200,119,20); }

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