#9E822A

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

Shades of Hacienda #9E822A

Tints of Hacienda #9E822A

Color information

#9E822A (or 0x9E822A) is unknown color: approx Hacienda. HEX triplet: 9E, 82 and 2A. RGB value is (158,130,42). Sum of RGB (Red+Green+Blue) = 158+130+42=330 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.88% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 42 (16.80% from 255 or 12.73% from 330); Max value from RGB is 158 - color contains mainly: red. Hex color #9E822A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E822A is #617DD5. Grayscale: #808080. Windows color (decimal): -6389206 or 2785950. OLE color: 2785950.

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

Color convert

RGB15813042-
CMYK00.180.730.38
HSL45.52º58%39.22%-
HSV(B)45.52º73.42%61.96%-
XYZ22.523.45.52-
YUV128.3479.28149.16-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 47.88%
GREEN value IS 130 (51.17% from 255) = 39.39%
BLUE value IS 42 (16.80% from 255) = 12.73%
R=47.88%
G=39.39%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581304200.180.730.3845.525839.22
Hex9E822A01249262e3a27
Octal2362025202211146567247
Binary10011110100000101010100100101001001100110101110111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E822A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,130,42); }

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

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

 a { background-color: rgb(158,130,42); }

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

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

 span { border-color: rgb(158,130,42); }

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