#987D27

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

Shades of Hacienda #987D27

Tints of Hacienda #987D27

Color information

#987D27 (or 0x987D27) is unknown color: approx Hacienda. HEX triplet: 98, 7D and 27. RGB value is (152,125,39). Sum of RGB (Red+Green+Blue) = 152+125+39=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 125 (49.22% from 255 or 39.56% from 316); Blue value is 39 (15.62% from 255 or 12.34% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #987D27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987D27 is #6782D8. Grayscale: #7B7B7B. Windows color (decimal): -6783705 or 2588056. OLE color: 2588056.

HSL color Cylindrical-coordinate representation of color #987D27: hue angle of 45.66º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #987D27 is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB15212539-
CMYK00.180.740.40
HSL45.66º59.16%37.45%-
HSV(B)45.66º74.34%59.61%-
XYZ20.6521.494.98-
YUV123.2780.45148.49-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.10%
GREEN value IS 125 (49.22% from 255) = 39.56%
BLUE value IS 39 (15.62% from 255) = 12.34%
R=48.10%
G=39.56%
B=12.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.74
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521253900.180.740.4045.6659.1637.45
Hex987D270124A282e3b25
Octal2301754702211250567345
Binary1001100011111011001110100101001010101000101110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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