#9B8522

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

Shades of Hacienda #9B8522

Tints of Hacienda #9B8522

Color information

#9B8522 (or 0x9B8522) is unknown color: approx Hacienda. HEX triplet: 9B, 85 and 22. RGB value is (155,133,34). Sum of RGB (Red+Green+Blue) = 155+133+34=322 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.14% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 34 (13.67% from 255 or 10.56% from 322); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8522 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8522 is #647ADD. Grayscale: #808080. Windows color (decimal): -6585054 or 2262427. OLE color: 2262427.

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

Color convert

RGB15513334-
CMYK00.140.780.39
HSL49.09º64.02%37.06%-
HSV(B)49.09º78.06%60.78%-
XYZ22.1923.864.95-
YUV128.2974.79147.05-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.14%
GREEN value IS 133 (52.34% from 255) = 41.30%
BLUE value IS 34 (13.67% from 255) = 10.56%
R=48.14%
G=41.30%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.78
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551333400.140.780.3949.0964.0237.06
Hex9B85220E4E27314025
Octal23320542016116476110045
Binary10011011100001011000100111010011101001111100011000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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