#9E7A18

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

Shades of Hacienda #9E7A18

Tints of Hacienda #9E7A18

Color information

#9E7A18 (or 0x9E7A18) is unknown color: approx Hacienda. HEX triplet: 9E, 7A and 18. RGB value is (158,122,24). Sum of RGB (Red+Green+Blue) = 158+122+24=304 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.97% from 304); Green value is 122 (48.05% from 255 or 40.13% from 304); Blue value is 24 (9.77% from 255 or 7.89% from 304); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7A18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E7A18 is #6185E7. Grayscale: #7A7A7A. Windows color (decimal): -6391272 or 1604254. OLE color: 1604254.

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

Color convert

RGB15812224-
CMYK00.230.850.38
HSL43.88º73.63%35.69%-
HSV(B)43.88º84.81%61.96%-
XYZ21.2221.253.85-
YUV121.5972.93153.97-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 51.97%
GREEN value IS 122 (48.05% from 255) = 40.13%
BLUE value IS 24 (9.77% from 255) = 7.89%
R=51.97%
G=40.13%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.85
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581222400.230.850.3843.8873.6335.69
Hex9E7A1801755262c4a24
Octal23617230027125465411244
Binary1001111011110101100001011110101011001101011001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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