#9E8214

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

Shades of Hacienda #9E8214

Tints of Hacienda #9E8214

Color information

#9E8214 (or 0x9E8214) is unknown color: approx Hacienda. HEX triplet: 9E, 82 and 14. RGB value is (158,130,20). Sum of RGB (Red+Green+Blue) = 158+130+20=308 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.30% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8214 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E8214 is #617DEB. Grayscale: #7E7E7E. Windows color (decimal): -6389228 or 1344158. OLE color: 1344158.

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

Color convert

RGB15813020-
CMYK00.180.870.38
HSL47.83º77.53%34.9%-
HSV(B)47.83º87.34%61.96%-
XYZ22.2123.283.99-
YUV125.8368.28150.94-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 51.30%
GREEN value IS 130 (51.17% from 255) = 42.21%
BLUE value IS 20 (8.20% from 255) = 6.49%
R=51.30%
G=42.21%
B=6.49%

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
Decimal1581302000.180.870.3847.8377.5334.9
Hex9E82140125726304e23
Octal23620224022127466011643
Binary10011110100000101010001001010101111001101100001001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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