#9E8316

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

Shades of Hacienda #9E8316

Tints of Hacienda #9E8316

Color information

#9E8316 (or 0x9E8316) is unknown color: approx Hacienda. HEX triplet: 9E, 83 and 16. RGB value is (158,131,22). Sum of RGB (Red+Green+Blue) = 158+131+22=311 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.80% from 311); Green value is 131 (51.56% from 255 or 42.12% from 311); Blue value is 22 (8.98% from 255 or 7.07% from 311); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8316 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E8316 is #617CE9. Grayscale: #7F7F7F. Windows color (decimal): -6388970 or 1475486. OLE color: 1475486.

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

Color convert

RGB15813122-
CMYK00.170.860.38
HSL48.09º75.56%35.29%-
HSV(B)48.09º86.08%61.96%-
XYZ22.3623.564.13-
YUV126.6568.95150.36-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 50.80%
GREEN value IS 131 (51.56% from 255) = 42.12%
BLUE value IS 22 (8.98% from 255) = 7.07%
R=50.80%
G=42.12%
B=7.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581312200.170.860.3848.0975.5635.29
Hex9E83160115626304c23
Octal23620326021126466011443
Binary10011110100000111011001000110101101001101100001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,131,22); }

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

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

 a { background-color: rgb(158,131,22); }

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

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

 span { border-color: rgb(158,131,22); }

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