#988216

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

Shades of Hacienda #988216

Tints of Hacienda #988216

Color information

#988216 (or 0x988216) is unknown color: approx Hacienda. HEX triplet: 98, 82 and 16. RGB value is (152,130,22). Sum of RGB (Red+Green+Blue) = 152+130+22=304 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50% from 304); Green value is 130 (51.17% from 255 or 42.76% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 152 - color contains mainly: red. Hex color #988216 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988216 is #677DE9. Grayscale: #7C7C7C. Windows color (decimal): -6782442 or 1475224. OLE color: 1475224.

HSL color Cylindrical-coordinate representation of color #988216: hue angle of 49.85º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #988216 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB15213022-
CMYK00.140.860.40
HSL49.85º74.71%34.12%-
HSV(B)49.85º85.53%59.61%-
XYZ21.0822.74.03-
YUV124.2770.29147.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50%
GREEN value IS 130 (51.17% from 255) = 42.76%
BLUE value IS 22 (8.98% from 255) = 7.24%
R=50%
G=42.76%
B=7.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521302200.140.860.4049.8574.7134.12
Hex9882160E5628324b22
Octal23020226016126506211342
Binary1001100010000010101100111010101101010001100101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988216; }

 p { color: rgb(152,130,22); }

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

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

 a { background-color: rgb(152,130,22); }

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

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

 span { border-color: rgb(152,130,22); }

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