#C87A14

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

Shades of Ochre #C87A14

Tints of Ochre #C87A14

Color information

#C87A14 (or 0xC87A14) is unknown color: approx Ochre. HEX triplet: C8, 7A and 14. RGB value is (200,122,20). Sum of RGB (Red+Green+Blue) = 200+122+20=342 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.48% from 342); Green value is 122 (48.05% from 255 or 35.67% from 342); Blue value is 20 (8.20% from 255 or 5.85% from 342); Max value from RGB is 200 - color contains mainly: red. Hex color #C87A14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87A14 is #3785EB. Grayscale: #868686. Windows color (decimal): -3638764 or 1342152. OLE color: 1342152.

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

Color convert

RGB20012220-
CMYK00.390.90.22
HSL34º81.82%43.14%-
HSV(B)34º90%78.43%-
XYZ30.9126.254.1-
YUV133.6963.84175.29-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 58.48%
GREEN value IS 122 (48.05% from 255) = 35.67%
BLUE value IS 20 (8.20% from 255) = 5.85%
R=58.48%
G=35.67%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.9
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001222000.390.90.223481.8243.14
HexC87A140275A1622522b
Octal31017224047132264212253
Binary1100100011110101010001001111011010101101000101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87A14; }

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

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

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

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

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

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

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

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