#988213

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

Shades of Hacienda #988213

Tints of Hacienda #988213

Color information

#988213 (or 0x988213) is unknown color: approx Hacienda. HEX triplet: 98, 82 and 13. RGB value is (152,130,19). Sum of RGB (Red+Green+Blue) = 152+130+19=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 19 (7.81% from 255 or 6.31% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #988213 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988213 is #677DEC. Grayscale: #7C7C7C. Windows color (decimal): -6782445 or 1278616. OLE color: 1278616.

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

Color convert

RGB15213019-
CMYK00.140.870.40
HSL50.08º77.78%33.53%-
HSV(B)50.08º87.5%59.61%-
XYZ21.0522.693.89-
YUV123.9268.79148.03-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.50%
GREEN value IS 130 (51.17% from 255) = 43.19%
BLUE value IS 19 (7.81% from 255) = 6.31%
R=50.50%
G=43.19%
B=6.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.87
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521301900.140.870.4050.0877.7833.53
Hex9882130E5728324e22
Octal23020223016127506211642
Binary1001100010000010100110111010101111010001100101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988213; }

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

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

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

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

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

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

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

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