#9E851D

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

Shades of Hacienda #9E851D

Tints of Hacienda #9E851D

Color information

#9E851D (or 0x9E851D) is unknown color: approx Hacienda. HEX triplet: 9E, 85 and 1D. RGB value is (158,133,29). Sum of RGB (Red+Green+Blue) = 158+133+29=320 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.38% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 29 (11.72% from 255 or 9.06% from 320); Max value from RGB is 158 - color contains mainly: red. Hex color #9E851D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E851D is #617AE2. Grayscale: #818181. Windows color (decimal): -6388451 or 1934750. OLE color: 1934750.

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

Color convert

RGB15813329-
CMYK00.160.820.38
HSL48.37º68.98%36.67%-
HSV(B)48.37º81.65%61.96%-
XYZ22.7124.134.62-
YUV128.6271.78148.96-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 49.38%
GREEN value IS 133 (52.34% from 255) = 41.56%
BLUE value IS 29 (11.72% from 255) = 9.06%
R=49.38%
G=41.56%
B=9.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.82
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581332900.160.820.3848.3768.9836.67
Hex9E851D0105226304525
Octal23620535020122466010545
Binary10011110100001011110101000010100101001101100001000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E851D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,133,29); }

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

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

 a { background-color: rgb(158,133,29); }

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

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

 span { border-color: rgb(158,133,29); }

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