#987B1A

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

Shades of Hacienda #987B1A

Tints of Hacienda #987B1A

Color information

#987B1A (or 0x987B1A) is unknown color: approx Hacienda. HEX triplet: 98, 7B and 1A. RGB value is (152,123,26). Sum of RGB (Red+Green+Blue) = 152+123+26=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 123 (48.44% from 255 or 40.86% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #987B1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987B1A is #6784E5. Grayscale: #797979. Windows color (decimal): -6784230 or 1735576. OLE color: 1735576.

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

Color convert

RGB15212326-
CMYK00.190.830.40
HSL46.19º70.79%34.9%-
HSV(B)46.19º82.89%59.61%-
XYZ20.2220.923.95-
YUV120.6174.61150.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.50%
GREEN value IS 123 (48.44% from 255) = 40.86%
BLUE value IS 26 (10.55% from 255) = 8.64%
R=50.50%
G=40.86%
B=8.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.83
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521232600.190.830.4046.1970.7934.9
Hex987B1A01353282e4723
Octal23017332023123505610743
Binary1001100011110111101001001110100111010001011101000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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