#C87214

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

Shades of Ochre #C87214

Tints of Ochre #C87214

Color information

#C87214 (or 0xC87214) is unknown color: approx Ochre. HEX triplet: C8, 72 and 14. RGB value is (200,114,20). Sum of RGB (Red+Green+Blue) = 200+114+20=334 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.88% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 200 - color contains mainly: red. Hex color #C87214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87214 is #378DEB. Grayscale: #818181. Windows color (decimal): -3640812 or 1340104. OLE color: 1340104.

HSL color Cylindrical-coordinate representation of color #C87214: hue angle of 31.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 #C87214 is Cyan = 0, Magento = 0.43, Yellow = 0.9 and Black (K on CMYK) = 0.22.

Color convert

RGB20011420-
CMYK00.430.90.22
HSL31.33º81.82%43.14%-
HSV(B)31.33º90%78.43%-
XYZ29.9624.363.79-
YUV12966.49178.64-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 59.88%
GREEN value IS 114 (44.92% from 255) = 34.13%
BLUE value IS 20 (8.20% from 255) = 5.99%
R=59.88%
G=34.13%
B=5.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.9
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001142000.430.90.2231.3381.8243.14
HexC8721402B5A161f522b
Octal31016224053132263712253
Binary110010001110010101000101011101101010110111111010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87214; }

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

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

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

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

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

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

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

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