#988813

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

Shades of Hacienda #988813

Tints of Hacienda #988813

Color information

#988813 (or 0x988813) is unknown color: approx Hacienda. HEX triplet: 98, 88 and 13. RGB value is (152,136,19). Sum of RGB (Red+Green+Blue) = 152+136+19=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 19 (7.81% from 255 or 6.19% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #988813 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988813 is #6777EC. Grayscale: #7F7F7F. Windows color (decimal): -6780909 or 1280152. OLE color: 1280152.

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

Color convert

RGB15213619-
CMYK00.110.870.40
HSL52.78º77.78%33.53%-
HSV(B)52.78º87.5%59.61%-
XYZ21.8724.334.16-
YUV127.4566.8145.51-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.51%
GREEN value IS 136 (53.52% from 255) = 44.30%
BLUE value IS 19 (7.81% from 255) = 6.19%
R=49.51%
G=44.30%
B=6.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.87
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521361900.110.870.4052.7877.7833.53
Hex9888130B5728354e22
Octal23021023013127506511642
Binary1001100010001000100110101110101111010001101011001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988813; }

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

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

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

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

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

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

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

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