#9E881A

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

Shades of Hacienda #9E881A

Tints of Hacienda #9E881A

Color information

#9E881A (or 0x9E881A) is unknown color: approx Hacienda. HEX triplet: 9E, 88 and 1A. RGB value is (158,136,26). Sum of RGB (Red+Green+Blue) = 158+136+26=320 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.38% from 320); Green value is 136 (53.52% from 255 or 42.5% from 320); Blue value is 26 (10.55% from 255 or 8.12% from 320); Max value from RGB is 158 - color contains mainly: red. Hex color #9E881A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E881A is #6177E5. Grayscale: #828282. Windows color (decimal): -6387686 or 1738910. OLE color: 1738910.

HSL color Cylindrical-coordinate representation of color #9E881A: hue angle of 50º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E881A is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.38.

Color convert

RGB15813626-
CMYK00.140.840.38
HSL50º71.74%36.08%-
HSV(B)50º83.54%61.96%-
XYZ23.0924.954.58-
YUV130.0469.29147.94-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 49.38%
GREEN value IS 136 (53.52% from 255) = 42.5%
BLUE value IS 26 (10.55% from 255) = 8.12%
R=49.38%
G=42.5%
B=8.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.84
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581362600.140.840.385071.7436.08
Hex9E881A0E5426324824
Octal23621032016124466211044
Binary1001111010001000110100111010101001001101100101001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E881A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,136,26); }

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

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

 a { background-color: rgb(158,136,26); }

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

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

 span { border-color: rgb(158,136,26); }

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