#9C7820

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

Shades of Hacienda #9C7820

Tints of Hacienda #9C7820

Color information

#9C7820 (or 0x9C7820) is unknown color: approx Hacienda. HEX triplet: 9C, 78 and 20. RGB value is (156,120,32). Sum of RGB (Red+Green+Blue) = 156+120+32=308 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.65% from 308); Green value is 120 (47.27% from 255 or 38.96% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7820 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7820 is #6387DF. Grayscale: #797979. Windows color (decimal): -6522848 or 2128028. OLE color: 2128028.

HSL color Cylindrical-coordinate representation of color #9C7820: hue angle of 42.58º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C7820 is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB15612032-
CMYK00.230.790.39
HSL42.58º65.96%36.86%-
HSV(B)42.58º79.49%61.18%-
XYZ20.6920.614.25-
YUV120.7377.93153.16-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50.65%
GREEN value IS 120 (47.27% from 255) = 38.96%
BLUE value IS 32 (12.89% from 255) = 10.39%
R=50.65%
G=38.96%
B=10.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561203200.230.790.3942.5865.9636.86
Hex9C78200174F272b4225
Octal23417040027117475310245
Binary10011100111100010000001011110011111001111010111000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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