#987C0D

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

Shades of Hacienda #987C0D

Tints of Hacienda #987C0D

Color information

#987C0D (or 0x987C0D) is unknown color: approx Hacienda. HEX triplet: 98, 7C and 0D. RGB value is (152,124,13). Sum of RGB (Red+Green+Blue) = 152+124+13=289 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.60% from 289); Green value is 124 (48.83% from 255 or 42.91% from 289); Blue value is 13 (5.47% from 255 or 4.50% from 289); Max value from RGB is 152 - color contains mainly: red. Hex color #987C0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987C0D is #6783F2. Grayscale: #787878. Windows color (decimal): -6783987 or 883864. OLE color: 883864.

HSL color Cylindrical-coordinate representation of color #987C0D: hue angle of 47.91º 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 #987C0D is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB15212413-
CMYK00.180.910.40
HSL47.91º84.24%32.35%-
HSV(B)47.91º91.45%59.61%-
XYZ20.2321.123.39-
YUV119.7267.78151.03-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.60%
GREEN value IS 124 (48.83% from 255) = 42.91%
BLUE value IS 13 (5.47% from 255) = 4.50%
R=52.60%
G=42.91%
B=4.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.91
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521241300.180.910.4047.9184.2432.35
Hex987CD0125B28305420
Octal23017415022133506012440
Binary100110001111100110101001010110111010001100001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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