#9E8717

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

Shades of Hacienda #9E8717

Tints of Hacienda #9E8717

Color information

#9E8717 (or 0x9E8717) is unknown color: approx Hacienda. HEX triplet: 9E, 87 and 17. RGB value is (158,135,23). Sum of RGB (Red+Green+Blue) = 158+135+23=316 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50% from 316); Green value is 135 (53.12% from 255 or 42.72% from 316); Blue value is 23 (9.38% from 255 or 7.28% from 316); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8717 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E8717 is #6178E8. Grayscale: #818181. Windows color (decimal): -6387945 or 1542046. OLE color: 1542046.

HSL color Cylindrical-coordinate representation of color #9E8717: hue angle of 49.78º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9E8717 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.38.

Color convert

RGB15813523-
CMYK00.150.850.38
HSL49.78º74.59%35.49%-
HSV(B)49.78º85.44%61.96%-
XYZ22.9224.664.36-
YUV129.1168.12148.61-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 50%
GREEN value IS 135 (53.12% from 255) = 42.72%
BLUE value IS 23 (9.38% from 255) = 7.28%
R=50%
G=42.72%
B=7.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.85
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581352300.150.850.3849.7874.5935.49
Hex9E87170F5526324b23
Octal23620727017125466211343
Binary1001111010000111101110111110101011001101100101001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E8717; }

 p { color: rgb(158,135,23); }

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

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

 a { background-color: rgb(158,135,23); }

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

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

 span { border-color: rgb(158,135,23); }

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