#987A1F

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

Shades of Hacienda #987A1F

Tints of Hacienda #987A1F

Color information

#987A1F (or 0x987A1F) is unknown color: approx Hacienda. HEX triplet: 98, 7A and 1F. RGB value is (152,122,31). Sum of RGB (Red+Green+Blue) = 152+122+31=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 122 (48.05% from 255 or 40% from 305); Blue value is 31 (12.5% from 255 or 10.16% from 305); Max value from RGB is 152 - color contains mainly: red. Hex color #987A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987A1F is #6785E0. Grayscale: #787878. Windows color (decimal): -6784481 or 2063000. OLE color: 2063000.

HSL color Cylindrical-coordinate representation of color #987A1F: hue angle of 45.12º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #987A1F is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB15212231-
CMYK00.200.800.40
HSL45.12º66.12%35.88%-
HSV(B)45.12º79.61%59.61%-
XYZ20.1620.694.23-
YUV120.677.44150.4-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.84%
GREEN value IS 122 (48.05% from 255) = 40%
BLUE value IS 31 (12.5% from 255) = 10.16%
R=49.84%
G=40%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.80
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521223100.200.800.4045.1266.1235.88
Hex987A1F01450282d4224
Octal23017237024120505510244
Binary1001100011110101111101010010100001010001011011000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,122,31); }

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

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

 a { background-color: rgb(152,122,31); }

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

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

 span { border-color: rgb(152,122,31); }

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