#9E8B14

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

Shades of Hacienda #9E8B14

Tints of Hacienda #9E8B14

Color information

#9E8B14 (or 0x9E8B14) is unknown color: approx Hacienda. HEX triplet: 9E, 8B and 14. RGB value is (158,139,20). Sum of RGB (Red+Green+Blue) = 158+139+20=317 (41% of max value = 765). Red value is 158 (62.11% from 255 or 49.84% from 317); Green value is 139 (54.69% from 255 or 43.85% from 317); Blue value is 20 (8.20% from 255 or 6.31% from 317); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8B14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E8B14 is #6174EB. Grayscale: #838383. Windows color (decimal): -6386924 or 1346462. OLE color: 1346462.

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

Color convert

RGB15813920-
CMYK00.120.870.38
HSL51.74º77.53%34.9%-
HSV(B)51.74º87.34%61.96%-
XYZ23.4625.784.4-
YUV131.1165.29147.18-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 49.84%
GREEN value IS 139 (54.69% from 255) = 43.85%
BLUE value IS 20 (8.20% from 255) = 6.31%
R=49.84%
G=43.85%
B=6.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581392000.120.870.3851.7477.5334.9
Hex9E8B140C5726344e23
Octal23621324014127466411643
Binary1001111010001011101000110010101111001101101001001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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