#9E820F

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

Shades of Hacienda #9E820F

Tints of Hacienda #9E820F

Color information

#9E820F (or 0x9E820F) is unknown color: approx Hacienda. HEX triplet: 9E, 82 and 0F. RGB value is (158,130,15). Sum of RGB (Red+Green+Blue) = 158+130+15=303 (40% of max value = 765). Red value is 158 (62.11% from 255 or 52.15% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 15 (6.25% from 255 or 4.95% from 303); Max value from RGB is 158 - color contains mainly: red. Hex color #9E820F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E820F is #617DF0. Grayscale: #7D7D7D. Windows color (decimal): -6389233 or 1016478. OLE color: 1016478.

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

Color convert

RGB15813015-
CMYK00.180.910.38
HSL48.25º82.66%33.92%-
HSV(B)48.25º90.51%61.96%-
XYZ22.1723.273.77-
YUV125.2665.78151.35-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 52.15%
GREEN value IS 130 (51.17% from 255) = 42.90%
BLUE value IS 15 (6.25% from 255) = 4.95%
R=52.15%
G=42.90%
B=4.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.91
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581301500.180.910.3848.2582.6633.92
Hex9E82F0125B26305322
Octal23620217022133466012342
Binary1001111010000010111101001010110111001101100001010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E820F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,130,15); }

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

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

 a { background-color: rgb(158,130,15); }

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

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

 span { border-color: rgb(158,130,15); }

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