#9E7A12

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

Shades of Hacienda #9E7A12

Tints of Hacienda #9E7A12

Color information

#9E7A12 (or 0x9E7A12) is unknown color: approx Hacienda. HEX triplet: 9E, 7A and 12. RGB value is (158,122,18). Sum of RGB (Red+Green+Blue) = 158+122+18=298 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.02% from 298); Green value is 122 (48.05% from 255 or 40.94% from 298); Blue value is 18 (7.42% from 255 or 6.04% from 298); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7A12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E7A12 is #6185ED. Grayscale: #797979. Windows color (decimal): -6391278 or 1211038. OLE color: 1211038.

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

Color convert

RGB15812218-
CMYK00.230.890.38
HSL44.57º79.55%34.51%-
HSV(B)44.57º88.61%61.96%-
XYZ21.1721.233.55-
YUV120.9169.93154.46-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 53.02%
GREEN value IS 122 (48.05% from 255) = 40.94%
BLUE value IS 18 (7.42% from 255) = 6.04%
R=53.02%
G=40.94%
B=6.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581221800.230.890.3844.5779.5534.51
Hex9E7A1201759262d5023
Octal23617222027131465512043
Binary1001111011110101001001011110110011001101011011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,122,18); }

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

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

 a { background-color: rgb(158,122,18); }

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

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

 span { border-color: rgb(158,122,18); }

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