#9E7A17

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

Shades of Hacienda #9E7A17

Tints of Hacienda #9E7A17

Color information

#9E7A17 (or 0x9E7A17) is unknown color: approx Hacienda. HEX triplet: 9E, 7A and 17. RGB value is (158,122,23). Sum of RGB (Red+Green+Blue) = 158+122+23=303 (40% of max value = 765). Red value is 158 (62.11% from 255 or 52.15% from 303); Green value is 122 (48.05% from 255 or 40.26% from 303); Blue value is 23 (9.38% from 255 or 7.59% from 303); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7A17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E7A17 is #6185E8. Grayscale: #797979. Windows color (decimal): -6391273 or 1538718. OLE color: 1538718.

HSL color Cylindrical-coordinate representation of color #9E7A17: hue angle of 44º 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 #9E7A17 is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.38.

Color convert

RGB15812223-
CMYK00.230.850.38
HSL44º74.59%35.49%-
HSV(B)44º85.44%61.96%-
XYZ21.2121.253.79-
YUV121.4872.43154.05-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 52.15%
GREEN value IS 122 (48.05% from 255) = 40.26%
BLUE value IS 23 (9.38% from 255) = 7.59%
R=52.15%
G=40.26%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.85
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581222300.230.850.384474.5935.49
Hex9E7A1701755262c4b23
Octal23617227027125465411343
Binary1001111011110101011101011110101011001101011001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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