#998213

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

Shades of Hacienda #998213

Tints of Hacienda #998213

Color information

#998213 (or 0x998213) is unknown color: approx Hacienda. HEX triplet: 99, 82 and 13. RGB value is (153,130,19). Sum of RGB (Red+Green+Blue) = 153+130+19=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 130 (51.17% from 255 or 43.05% from 302); Blue value is 19 (7.81% from 255 or 6.29% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #998213 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998213 is #667DEC. Grayscale: #7C7C7C. Windows color (decimal): -6716909 or 1278617. OLE color: 1278617.

HSL color Cylindrical-coordinate representation of color #998213: hue angle of 49.7º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #998213 is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB15313019-
CMYK00.150.880.4
HSL49.7º77.91%33.73%-
HSV(B)49.7º87.58%60%-
XYZ21.2422.783.89-
YUV124.2268.62148.53-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.66%
GREEN value IS 130 (51.17% from 255) = 43.05%
BLUE value IS 19 (7.81% from 255) = 6.29%
R=50.66%
G=43.05%
B=6.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.88
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531301900.150.880.449.777.9133.73
Hex9982130F5828324e22
Octal23120223017130506211642
Binary1001100110000010100110111110110001010001100101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998213; }

 p { color: rgb(153,130,19); }

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

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

 a { background-color: rgb(153,130,19); }

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

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

 span { border-color: rgb(153,130,19); }

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