#988119

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

Shades of Hacienda #988119

Tints of Hacienda #988119

Color information

#988119 (or 0x988119) is unknown color: approx Hacienda. HEX triplet: 98, 81 and 19. RGB value is (152,129,25). Sum of RGB (Red+Green+Blue) = 152+129+25=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 129 (50.78% from 255 or 42.16% from 306); Blue value is 25 (10.16% from 255 or 8.17% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #988119 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988119 is #677EE6. Grayscale: #7C7C7C. Windows color (decimal): -6782695 or 1671576. OLE color: 1671576.

HSL color Cylindrical-coordinate representation of color #988119: hue angle of 49.13º 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 #988119 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB15212925-
CMYK00.150.840.40
HSL49.13º71.75%34.71%-
HSV(B)49.13º83.55%59.61%-
XYZ20.9722.454.15-
YUV124.0272.12147.96-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.67%
GREEN value IS 129 (50.78% from 255) = 42.16%
BLUE value IS 25 (10.16% from 255) = 8.17%
R=49.67%
G=42.16%
B=8.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.84
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521292500.150.840.4049.1371.7534.71
Hex9881190F5428314823
Octal23020131017124506111043
Binary1001100010000001110010111110101001010001100011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988119; }

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

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

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

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

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

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

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

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