#9B7822

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

Shades of Hacienda #9B7822

Tints of Hacienda #9B7822

Color information

#9B7822 (or 0x9B7822) is unknown color: approx Hacienda. HEX triplet: 9B, 78 and 22. RGB value is (155,120,34). Sum of RGB (Red+Green+Blue) = 155+120+34=309 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.16% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 34 (13.67% from 255 or 11.00% from 309); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7822 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7822 is #6487DD. Grayscale: #797979. Windows color (decimal): -6588382 or 2259099. OLE color: 2259099.

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

Color convert

RGB15512034-
CMYK00.230.780.39
HSL42.64º64.02%37.06%-
HSV(B)42.64º78.06%60.78%-
XYZ20.5220.524.39-
YUV120.6679.1152.49-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.16%
GREEN value IS 120 (47.27% from 255) = 38.83%
BLUE value IS 34 (13.67% from 255) = 11.00%
R=50.16%
G=38.83%
B=11.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.78
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551203400.230.780.3942.6464.0237.06
Hex9B78220174E272b4025
Octal23317042027116475310045
Binary10011011111100010001001011110011101001111010111000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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