#9E810B

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

Shades of Hacienda #9E810B

Tints of Hacienda #9E810B

Color information

#9E810B (or 0x9E810B) is unknown color: approx Hacienda. HEX triplet: 9E, 81 and 0B. RGB value is (158,129,11). Sum of RGB (Red+Green+Blue) = 158+129+11=298 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.02% from 298); Green value is 129 (50.78% from 255 or 43.29% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 158 - color contains mainly: red. Hex color #9E810B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E810B is #617EF4. Grayscale: #7C7C7C. Windows color (decimal): -6389493 or 754078. OLE color: 754078.

HSL color Cylindrical-coordinate representation of color #9E810B: hue angle of 48.16º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9E810B is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.38.

Color convert

RGB15812911-
CMYK00.180.930.38
HSL48.16º86.98%33.14%-
HSV(B)48.16º93.04%61.96%-
XYZ22.0122.993.59-
YUV124.2264.11152.09-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 53.02%
GREEN value IS 129 (50.78% from 255) = 43.29%
BLUE value IS 11 (4.69% from 255) = 3.69%
R=53.02%
G=43.29%
B=3.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.93
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581291100.180.930.3848.1686.9833.14
Hex9E81B0125D26305721
Octal23620113022135466012741
Binary1001111010000001101101001010111011001101100001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E810B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,129,11); }

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

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

 a { background-color: rgb(158,129,11); }

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

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

 span { border-color: rgb(158,129,11); }

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