#9B7720

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

Shades of Hacienda #9B7720

Tints of Hacienda #9B7720

Color information

#9B7720 (or 0x9B7720) is unknown color: approx Hacienda. HEX triplet: 9B, 77 and 20. RGB value is (155,119,32). Sum of RGB (Red+Green+Blue) = 155+119+32=306 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.65% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 32 (12.89% from 255 or 10.46% from 306); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7720 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7720 is #6488DF. Grayscale: #787878. Windows color (decimal): -6588640 or 2127771. OLE color: 2127771.

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

Color convert

RGB15511932-
CMYK00.230.790.39
HSL42.44º65.78%36.67%-
HSV(B)42.44º79.35%60.78%-
XYZ20.3820.274.2-
YUV119.8578.43153.07-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.65%
GREEN value IS 119 (46.88% from 255) = 38.89%
BLUE value IS 32 (12.89% from 255) = 10.46%
R=50.65%
G=38.89%
B=10.46%

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
Decimal1551193200.230.790.3942.4465.7836.67
Hex9B77200174F272a4225
Octal23316740027117475210245
Binary10011011111011110000001011110011111001111010101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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