#9E8017

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

Shades of Hacienda #9E8017

Tints of Hacienda #9E8017

Color information

#9E8017 (or 0x9E8017) is unknown color: approx Hacienda. HEX triplet: 9E, 80 and 17. RGB value is (158,128,23). Sum of RGB (Red+Green+Blue) = 158+128+23=309 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.13% from 309); Green value is 128 (50.39% from 255 or 41.42% from 309); Blue value is 23 (9.38% from 255 or 7.44% from 309); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8017 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E8017 is #617FE8. Grayscale: #7D7D7D. Windows color (decimal): -6389737 or 1540254. OLE color: 1540254.

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

Color convert

RGB15812823-
CMYK00.190.850.38
HSL46.67º74.59%35.49%-
HSV(B)46.67º85.44%61.96%-
XYZ21.9722.774.05-
YUV12570.44151.54-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 51.13%
GREEN value IS 128 (50.39% from 255) = 41.42%
BLUE value IS 23 (9.38% from 255) = 7.44%
R=51.13%
G=41.42%
B=7.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.85
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581282300.190.850.3846.6774.5935.49
Hex9E801701355262f4b23
Octal23620027023125465711343
Binary10011110100000001011101001110101011001101011111001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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