#9E842B

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

Shades of Hacienda #9E842B

Tints of Hacienda #9E842B

Color information

#9E842B (or 0x9E842B) is unknown color: approx Hacienda. HEX triplet: 9E, 84 and 2B. RGB value is (158,132,43). Sum of RGB (Red+Green+Blue) = 158+132+43=333 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.45% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 43 (17.19% from 255 or 12.91% from 333); Max value from RGB is 158 - color contains mainly: red. Hex color #9E842B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E842B is #617BD4. Grayscale: #828282. Windows color (decimal): -6388693 or 2851998. OLE color: 2851998.

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

Color convert

RGB15813243-
CMYK00.160.730.38
HSL46.43º57.21%39.41%-
HSV(B)46.43º72.78%61.96%-
XYZ22.7923.955.71-
YUV129.6379.11148.24-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 47.45%
GREEN value IS 132 (51.95% from 255) = 39.64%
BLUE value IS 43 (17.19% from 255) = 12.91%
R=47.45%
G=39.64%
B=12.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581324300.160.730.3846.4357.2139.41
Hex9E842B01049262e3927
Octal2362045302011146567147
Binary10011110100001001010110100001001001100110101110111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E842B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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