#C87B14

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

Shades of Ochre #C87B14

Tints of Ochre #C87B14

Color information

#C87B14 (or 0xC87B14) is unknown color: approx Ochre. HEX triplet: C8, 7B and 14. RGB value is (200,123,20). Sum of RGB (Red+Green+Blue) = 200+123+20=343 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.31% from 343); Green value is 123 (48.44% from 255 or 35.86% from 343); Blue value is 20 (8.20% from 255 or 5.83% from 343); Max value from RGB is 200 - color contains mainly: red. Hex color #C87B14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87B14 is #3784EB. Grayscale: #868686. Windows color (decimal): -3638508 or 1342408. OLE color: 1342408.

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

Color convert

RGB20012320-
CMYK00.380.90.22
HSL34.33º81.82%43.14%-
HSV(B)34.33º90%78.43%-
XYZ31.0326.54.14-
YUV134.2863.51174.88-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 58.31%
GREEN value IS 123 (48.44% from 255) = 35.86%
BLUE value IS 20 (8.20% from 255) = 5.83%
R=58.31%
G=35.86%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.9
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001232000.380.90.2234.3381.8243.14
HexC87B140265A1622522b
Octal31017324046132264212253
Binary1100100011110111010001001101011010101101000101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87B14; }

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

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

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

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

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

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

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

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