#988317

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

Shades of Hacienda #988317

Tints of Hacienda #988317

Color information

#988317 (or 0x988317) is unknown color: approx Hacienda. HEX triplet: 98, 83 and 17. RGB value is (152,131,23). Sum of RGB (Red+Green+Blue) = 152+131+23=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 131 (51.56% from 255 or 42.81% from 306); Blue value is 23 (9.38% from 255 or 7.52% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #988317 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988317 is #677CE8. Grayscale: #7D7D7D. Windows color (decimal): -6782185 or 1541016. OLE color: 1541016.

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

Color convert

RGB15213123-
CMYK00.140.850.40
HSL50.23º73.71%34.31%-
HSV(B)50.23º84.87%59.61%-
XYZ21.2222.974.13-
YUV124.9770.46147.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.67%
GREEN value IS 131 (51.56% from 255) = 42.81%
BLUE value IS 23 (9.38% from 255) = 7.52%
R=49.67%
G=42.81%
B=7.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.85
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521312300.140.850.4050.2373.7134.31
Hex9883170E5528324a22
Octal23020327016125506211242
Binary1001100010000011101110111010101011010001100101001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988317; }

 p { color: rgb(152,131,23); }

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

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

 a { background-color: rgb(152,131,23); }

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

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

 span { border-color: rgb(152,131,23); }

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