#987F25

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

Shades of Hacienda #987F25

Tints of Hacienda #987F25

Color information

#987F25 (or 0x987F25) is unknown color: approx Hacienda. HEX triplet: 98, 7F and 25. RGB value is (152,127,37). Sum of RGB (Red+Green+Blue) = 152+127+37=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 127 (50% from 255 or 40.19% from 316); Blue value is 37 (14.84% from 255 or 11.71% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #987F25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987F25 is #6780DA. Grayscale: #7C7C7C. Windows color (decimal): -6783195 or 2457496. OLE color: 2457496.

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

Color convert

RGB15212737-
CMYK00.160.760.40
HSL46.96º60.85%37.06%-
HSV(B)46.96º75.66%59.61%-
XYZ20.8721.994.89-
YUV124.2178.78147.82-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.10%
GREEN value IS 127 (50% from 255) = 40.19%
BLUE value IS 37 (14.84% from 255) = 11.71%
R=48.10%
G=40.19%
B=11.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521273700.160.760.4046.9660.8537.06
Hex987F250104C282f3d25
Octal2301774502011450577545
Binary1001100011111111001010100001001100101000101111111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,127,37); }

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

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

 a { background-color: rgb(152,127,37); }

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

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

 span { border-color: rgb(152,127,37); }

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