#987D1F

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

Shades of Hacienda #987D1F

Tints of Hacienda #987D1F

Color information

#987D1F (or 0x987D1F) is unknown color: approx Hacienda. HEX triplet: 98, 7D and 1F. RGB value is (152,125,31). Sum of RGB (Red+Green+Blue) = 152+125+31=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 125 (49.22% from 255 or 40.58% from 308); Blue value is 31 (12.5% from 255 or 10.06% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #987D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987D1F is #6782E0. Grayscale: #7A7A7A. Windows color (decimal): -6783713 or 2063768. OLE color: 2063768.

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

Color convert

RGB15212531-
CMYK00.180.800.40
HSL46.61º66.12%35.88%-
HSV(B)46.61º79.61%59.61%-
XYZ20.5321.444.35-
YUV122.3676.45149.14-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.35%
GREEN value IS 125 (49.22% from 255) = 40.58%
BLUE value IS 31 (12.5% from 255) = 10.06%
R=49.35%
G=40.58%
B=10.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.80
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521253100.180.800.4046.6166.1235.88
Hex987D1F01250282f4224
Octal23017537022120505710244
Binary1001100011111011111101001010100001010001011111000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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