#9E7A27

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

Shades of Hacienda #9E7A27

Tints of Hacienda #9E7A27

Color information

#9E7A27 (or 0x9E7A27) is unknown color: approx Hacienda. HEX triplet: 9E, 7A and 27. RGB value is (158,122,39). Sum of RGB (Red+Green+Blue) = 158+122+39=319 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.53% from 319); Green value is 122 (48.05% from 255 or 38.24% from 319); Blue value is 39 (15.62% from 255 or 12.23% from 319); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7A27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7A27 is #6185D8. Grayscale: #7B7B7B. Windows color (decimal): -6391257 or 2587294. OLE color: 2587294.

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

Color convert

RGB15812239-
CMYK00.230.750.38
HSL41.85º60.41%38.63%-
HSV(B)41.85º75.32%61.96%-
XYZ21.4321.334.91-
YUV123.380.43152.75-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 49.53%
GREEN value IS 122 (48.05% from 255) = 38.24%
BLUE value IS 39 (15.62% from 255) = 12.23%
R=49.53%
G=38.24%
B=12.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581223900.230.750.3841.8560.4138.63
Hex9E7A270174B262a3c27
Octal2361724702711346527447
Binary1001111011110101001110101111001011100110101010111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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