#987E1A

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

Shades of Hacienda #987E1A

Tints of Hacienda #987E1A

Color information

#987E1A (or 0x987E1A) is unknown color: approx Hacienda. HEX triplet: 98, 7E and 1A. RGB value is (152,126,26). Sum of RGB (Red+Green+Blue) = 152+126+26=304 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50% from 304); Green value is 126 (49.61% from 255 or 41.45% from 304); Blue value is 26 (10.55% from 255 or 8.55% from 304); Max value from RGB is 152 - color contains mainly: red. Hex color #987E1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987E1A is #6781E5. Grayscale: #7A7A7A. Windows color (decimal): -6783462 or 1736344. OLE color: 1736344.

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

Color convert

RGB15212626-
CMYK00.170.830.40
HSL47.62º70.79%34.9%-
HSV(B)47.62º82.89%59.61%-
XYZ20.621.674.07-
YUV122.3773.61149.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50%
GREEN value IS 126 (49.61% from 255) = 41.45%
BLUE value IS 26 (10.55% from 255) = 8.55%
R=50%
G=41.45%
B=8.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.83
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521262600.170.830.4047.6270.7934.9
Hex987E1A0115328304723
Octal23017632021123506010743
Binary1001100011111101101001000110100111010001100001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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