#9B7820

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

Shades of Hacienda #9B7820

Tints of Hacienda #9B7820

Color information

#9B7820 (or 0x9B7820) is unknown color: approx Hacienda. HEX triplet: 9B, 78 and 20. RGB value is (155,120,32). Sum of RGB (Red+Green+Blue) = 155+120+32=307 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.49% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 32 (12.89% from 255 or 10.42% from 307); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7820 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7820 is #6487DF. Grayscale: #787878. Windows color (decimal): -6588384 or 2128027. OLE color: 2128027.

HSL color Cylindrical-coordinate representation of color #9B7820: hue angle of 42.93º 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 #9B7820 is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB15512032-
CMYK00.230.790.39
HSL42.93º65.78%36.67%-
HSV(B)42.93º79.35%60.78%-
XYZ20.4920.514.24-
YUV120.4378.1152.66-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.49%
GREEN value IS 120 (47.27% from 255) = 39.09%
BLUE value IS 32 (12.89% from 255) = 10.42%
R=50.49%
G=39.09%
B=10.42%

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
Decimal1551203200.230.790.3942.9365.7836.67
Hex9B78200174F272b4225
Octal23317040027117475310245
Binary10011011111100010000001011110011111001111010111000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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