#9E7820

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

Shades of Hacienda #9E7820

Tints of Hacienda #9E7820

Color information

#9E7820 (or 0x9E7820) is unknown color: approx Hacienda. HEX triplet: 9E, 78 and 20. RGB value is (158,120,32). Sum of RGB (Red+Green+Blue) = 158+120+32=310 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.97% from 310); Green value is 120 (47.27% from 255 or 38.71% from 310); Blue value is 32 (12.89% from 255 or 10.32% from 310); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7820 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7820 is #6187DF. Grayscale: #797979. Windows color (decimal): -6391776 or 2128030. OLE color: 2128030.

HSL color Cylindrical-coordinate representation of color #9E7820: hue angle of 41.9º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9E7820 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB15812032-
CMYK00.240.800.38
HSL41.9º66.32%37.25%-
HSV(B)41.9º79.75%61.96%-
XYZ21.0820.814.27-
YUV121.3377.59154.16-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 50.97%
GREEN value IS 120 (47.27% from 255) = 38.71%
BLUE value IS 32 (12.89% from 255) = 10.32%
R=50.97%
G=38.71%
B=10.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.80
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581203200.240.800.3841.966.3237.25
Hex9E782001850262a4225
Octal23617040030120465210245
Binary10011110111100010000001100010100001001101010101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,120,32); }

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

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

 a { background-color: rgb(158,120,32); }

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

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

 span { border-color: rgb(158,120,32); }

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