#9E832B

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

Shades of Hacienda #9E832B

Tints of Hacienda #9E832B

Color information

#9E832B (or 0x9E832B) is unknown color: approx Hacienda. HEX triplet: 9E, 83 and 2B. RGB value is (158,131,43). Sum of RGB (Red+Green+Blue) = 158+131+43=332 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.59% from 332); Green value is 131 (51.56% from 255 or 39.46% from 332); Blue value is 43 (17.19% from 255 or 12.95% from 332); Max value from RGB is 158 - color contains mainly: red. Hex color #9E832B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E832B is #617CD4. Grayscale: #818181. Windows color (decimal): -6388949 or 2851742. OLE color: 2851742.

HSL color Cylindrical-coordinate representation of color #9E832B: hue angle of 45.91º degrees, saturation: 0.57, 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 #9E832B is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.38.

Color convert

RGB15813143-
CMYK00.170.730.38
HSL45.91º57.21%39.41%-
HSV(B)45.91º72.78%61.96%-
XYZ22.6523.685.66-
YUV129.0479.45148.66-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 47.59%
GREEN value IS 131 (51.56% from 255) = 39.46%
BLUE value IS 43 (17.19% from 255) = 12.95%
R=47.59%
G=39.46%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581314300.170.730.3845.9157.2139.41
Hex9E832B01149262e3927
Octal2362035302111146567147
Binary10011110100000111010110100011001001100110101110111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E832B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,131,43); }

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

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

 a { background-color: rgb(158,131,43); }

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

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

 span { border-color: rgb(158,131,43); }

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