#9e8120

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

Shades of Hacienda #9E8120

Tints of Hacienda #9E8120

Color information

#9E8120 (or 0x9E8120) is unknown color: approx Hacienda. HEX triplet: 9E, 81 and 20. RGB value is (158,129,32). Sum of RGB (Red+Green+Blue) = 158+129+32=319 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.53% from 319); Green value is 129 (50.78% from 255 or 40.44% from 319); Blue value is 32 (12.89% from 255 or 10.03% from 319); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8120 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E8120 is #617EDF. Grayscale: #7F7F7F. Windows color (decimal): -6389472 or 2130334. OLE color: 2130334.

HSL color Cylindrical-coordinate representation of color #9E8120: hue angle of 46.19º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9E8120 is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB15812932-
CMYK00.180.800.38
HSL46.19º66.32%37.25%-
HSV(B)46.19º79.75%61.96%-
XYZ22.2123.074.65-
YUV126.6174.61150.39-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 49.53%
GREEN value IS 129 (50.78% from 255) = 40.44%
BLUE value IS 32 (12.89% from 255) = 10.03%
R=49.53%
G=40.44%
B=10.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.80
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581293200.180.800.3846.1966.3237.25
Hex9E812001250262e4225
Octal23620140022120465610245
Binary100111101000000110000001001010100001001101011101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e8120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,129,32); }

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

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

 a { background-color: rgb(158,129,32); }

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

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

 span { border-color: rgb(158,129,32); }

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