#9E7516

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

Shades of Hacienda #9E7516

Tints of Hacienda #9E7516

Color information

#9E7516 (or 0x9E7516) is unknown color: approx Hacienda. HEX triplet: 9E, 75 and 16. RGB value is (158,117,22). Sum of RGB (Red+Green+Blue) = 158+117+22=297 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.20% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 22 (8.98% from 255 or 7.41% from 297); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7516 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E7516 is #618AE9. Grayscale: #767676. Windows color (decimal): -6392554 or 1471902. OLE color: 1471902.

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

Color convert

RGB15811722-
CMYK00.260.860.38
HSL41.91º75.56%35.29%-
HSV(B)41.91º86.08%61.96%-
XYZ20.6120.053.54-
YUV118.4373.58156.22-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 53.20%
GREEN value IS 117 (46.09% from 255) = 39.39%
BLUE value IS 22 (8.98% from 255) = 7.41%
R=53.20%
G=39.39%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581172200.260.860.3841.9175.5635.29
Hex9E751601A56262a4c23
Octal23616526032126465211443
Binary1001111011101011011001101010101101001101010101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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