#9E8114

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

Shades of Hacienda #9E8114

Tints of Hacienda #9E8114

Color information

#9E8114 (or 0x9E8114) is unknown color: approx Hacienda. HEX triplet: 9E, 81 and 14. RGB value is (158,129,20). Sum of RGB (Red+Green+Blue) = 158+129+20=307 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.47% from 307); Green value is 129 (50.78% from 255 or 42.02% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8114 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E8114 is #617EEB. Grayscale: #7D7D7D. Windows color (decimal): -6389484 or 1343902. OLE color: 1343902.

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

Color convert

RGB15812920-
CMYK00.180.870.38
HSL47.39º77.53%34.9%-
HSV(B)47.39º87.34%61.96%-
XYZ22.0823.023.94-
YUV125.2468.61151.36-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 51.47%
GREEN value IS 129 (50.78% from 255) = 42.02%
BLUE value IS 20 (8.20% from 255) = 6.51%
R=51.47%
G=42.02%
B=6.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581292000.180.870.3847.3977.5334.9
Hex9E811401257262f4e23
Octal23620124022127465711643
Binary10011110100000011010001001010101111001101011111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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