#988913

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

Shades of Hacienda #988913

Tints of Hacienda #988913

Color information

#988913 (or 0x988913) is unknown color: approx Hacienda. HEX triplet: 98, 89 and 13. RGB value is (152,137,19). Sum of RGB (Red+Green+Blue) = 152+137+19=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 137 (53.91% from 255 or 44.48% from 308); Blue value is 19 (7.81% from 255 or 6.17% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #988913 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988913 is #6776EC. Grayscale: #808080. Windows color (decimal): -6780653 or 1280408. OLE color: 1280408.

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

Color convert

RGB15213719-
CMYK00.100.870.40
HSL53.23º77.78%33.53%-
HSV(B)53.23º87.5%59.61%-
XYZ22.0124.614.21-
YUV128.0366.47145.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.35%
GREEN value IS 137 (53.91% from 255) = 44.48%
BLUE value IS 19 (7.81% from 255) = 6.17%
R=49.35%
G=44.48%
B=6.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.87
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521371900.100.870.4053.2377.7833.53
Hex9889130A5728354e22
Octal23021123012127506511642
Binary1001100010001001100110101010101111010001101011001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988913; }

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

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

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

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

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

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

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

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