#9E841E

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

Shades of Hacienda #9E841E

Tints of Hacienda #9E841E

Color information

#9E841E (or 0x9E841E) is unknown color: approx Hacienda. HEX triplet: 9E, 84 and 1E. RGB value is (158,132,30). Sum of RGB (Red+Green+Blue) = 158+132+30=320 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.38% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 30 (12.11% from 255 or 9.38% from 320); Max value from RGB is 158 - color contains mainly: red. Hex color #9E841E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E841E is #617BE1. Grayscale: #808080. Windows color (decimal): -6388706 or 2000030. OLE color: 2000030.

HSL color Cylindrical-coordinate representation of color #9E841E: hue angle of 47.81º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9E841E is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.38.

Color convert

RGB15813230-
CMYK00.160.810.38
HSL47.81º68.09%36.86%-
HSV(B)47.81º81.01%61.96%-
XYZ22.5923.874.64-
YUV128.1572.61149.29-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 49.38%
GREEN value IS 132 (51.95% from 255) = 41.25%
BLUE value IS 30 (12.11% from 255) = 9.38%
R=49.38%
G=41.25%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.81
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581323000.160.810.3847.8168.0936.86
Hex9E841E0105126304425
Octal23620436020121466010445
Binary10011110100001001111001000010100011001101100001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E841E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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