#987A29

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

Shades of Hacienda #987A29

Tints of Hacienda #987A29

Color information

#987A29 (or 0x987A29) is unknown color: approx Hacienda. HEX triplet: 98, 7A and 29. RGB value is (152,122,41). Sum of RGB (Red+Green+Blue) = 152+122+41=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 122 (48.05% from 255 or 38.73% from 315); Blue value is 41 (16.41% from 255 or 13.02% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #987A29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987A29 is #6785D6. Grayscale: #7A7A7A. Windows color (decimal): -6784471 or 2718360. OLE color: 2718360.

HSL color Cylindrical-coordinate representation of color #987A29: hue angle of 43.78º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #987A29 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB15212241-
CMYK00.200.730.40
HSL43.78º57.51%37.84%-
HSV(B)43.78º73.03%59.61%-
XYZ20.3120.755.03-
YUV121.7482.44149.59-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.25%
GREEN value IS 122 (48.05% from 255) = 38.73%
BLUE value IS 41 (16.41% from 255) = 13.02%
R=48.25%
G=38.73%
B=13.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.73
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521224100.200.730.4043.7857.5137.84
Hex987A2901449282c3a26
Octal2301725102411150547246
Binary1001100011110101010010101001001001101000101100111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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