#987919

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

Shades of Hacienda #987919

Tints of Hacienda #987919

Color information

#987919 (or 0x987919) is unknown color: approx Hacienda. HEX triplet: 98, 79 and 19. RGB value is (152,121,25). Sum of RGB (Red+Green+Blue) = 152+121+25=298 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.01% from 298); Green value is 121 (47.66% from 255 or 40.60% from 298); Blue value is 25 (10.16% from 255 or 8.39% from 298); Max value from RGB is 152 - color contains mainly: red. Hex color #987919 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987919 is #6786E6. Grayscale: #777777. Windows color (decimal): -6784743 or 1669528. OLE color: 1669528.

HSL color Cylindrical-coordinate representation of color #987919: hue angle of 45.35º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #987919 is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB15212125-
CMYK00.200.840.40
HSL45.35º71.75%34.71%-
HSV(B)45.35º83.55%59.61%-
XYZ19.9620.423.81-
YUV119.3274.77151.31-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.01%
GREEN value IS 121 (47.66% from 255) = 40.60%
BLUE value IS 25 (10.16% from 255) = 8.39%
R=51.01%
G=40.60%
B=8.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.84
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521212500.200.840.4045.3571.7534.71
Hex98791901454282d4823
Octal23017131024124505511043
Binary1001100011110011100101010010101001010001011011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987919; }

 p { color: rgb(152,121,25); }

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

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

 a { background-color: rgb(152,121,25); }

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

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

 span { border-color: rgb(152,121,25); }

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