#9E812B

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

Shades of Hacienda #9E812B

Tints of Hacienda #9E812B

Color information

#9E812B (or 0x9E812B) is unknown color: approx Hacienda. HEX triplet: 9E, 81 and 2B. RGB value is (158,129,43). Sum of RGB (Red+Green+Blue) = 158+129+43=330 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.88% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 43 (17.19% from 255 or 13.03% from 330); Max value from RGB is 158 - color contains mainly: red. Hex color #9E812B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E812B is #617ED4. Grayscale: #808080. Windows color (decimal): -6389461 or 2851230. OLE color: 2851230.

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

Color convert

RGB15812943-
CMYK00.180.730.38
HSL44.87º57.21%39.41%-
HSV(B)44.87º72.78%61.96%-
XYZ22.3923.145.57-
YUV127.8780.11149.49-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 47.88%
GREEN value IS 129 (50.78% from 255) = 39.09%
BLUE value IS 43 (17.19% from 255) = 13.03%
R=47.88%
G=39.09%
B=13.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581294300.180.730.3844.8757.2139.41
Hex9E812B01249262d3927
Octal2362015302211146557147
Binary10011110100000011010110100101001001100110101101111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E812B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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