#987D13

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

Shades of Hacienda #987D13

Tints of Hacienda #987D13

Color information

#987D13 (or 0x987D13) is unknown color: approx Hacienda. HEX triplet: 98, 7D and 13. RGB value is (152,125,19). Sum of RGB (Red+Green+Blue) = 152+125+19=296 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.35% from 296); Green value is 125 (49.22% from 255 or 42.23% from 296); Blue value is 19 (7.81% from 255 or 6.42% from 296); Max value from RGB is 152 - color contains mainly: red. Hex color #987D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987D13 is #6782EC. Grayscale: #797979. Windows color (decimal): -6783725 or 1277336. OLE color: 1277336.

HSL color Cylindrical-coordinate representation of color #987D13: hue angle of 47.82º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #987D13 is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB15212519-
CMYK00.180.870.40
HSL47.82º77.78%33.53%-
HSV(B)47.82º87.5%59.61%-
XYZ20.421.393.67-
YUV120.9970.45150.12-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.35%
GREEN value IS 125 (49.22% from 255) = 42.23%
BLUE value IS 19 (7.81% from 255) = 6.42%
R=51.35%
G=42.23%
B=6.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.87
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521251900.180.870.4047.8277.7833.53
Hex987D130125728304e22
Octal23017523022127506011642
Binary1001100011111011001101001010101111010001100001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987D13; }

 p { color: rgb(152,125,19); }

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

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

 a { background-color: rgb(152,125,19); }

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

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

 span { border-color: rgb(152,125,19); }

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