#987E0D

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

Shades of Hacienda #987E0D

Tints of Hacienda #987E0D

Color information

#987E0D (or 0x987E0D) is unknown color: approx Hacienda. HEX triplet: 98, 7E and 0D. RGB value is (152,126,13). Sum of RGB (Red+Green+Blue) = 152+126+13=291 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.23% from 291); Green value is 126 (49.61% from 255 or 43.30% from 291); Blue value is 13 (5.47% from 255 or 4.47% from 291); Max value from RGB is 152 - color contains mainly: red. Hex color #987E0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987E0D is #6781F2. Grayscale: #797979. Windows color (decimal): -6783475 or 884376. OLE color: 884376.

HSL color Cylindrical-coordinate representation of color #987E0D: hue angle of 48.78º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #987E0D is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB15212613-
CMYK00.170.910.40
HSL48.78º84.24%32.35%-
HSV(B)48.78º91.45%59.61%-
XYZ20.4821.633.48-
YUV120.8967.11150.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.23%
GREEN value IS 126 (49.61% from 255) = 43.30%
BLUE value IS 13 (5.47% from 255) = 4.47%
R=52.23%
G=43.30%
B=4.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.91
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521261300.170.910.4048.7884.2432.35
Hex987ED0115B28315420
Octal23017615021133506112440
Binary100110001111110110101000110110111010001100011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,126,13); }

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

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

 a { background-color: rgb(152,126,13); }

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

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

 span { border-color: rgb(152,126,13); }

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