#9B8322

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

Shades of Hacienda #9B8322

Tints of Hacienda #9B8322

Color information

#9B8322 (or 0x9B8322) is unknown color: approx Hacienda. HEX triplet: 9B, 83 and 22. RGB value is (155,131,34). Sum of RGB (Red+Green+Blue) = 155+131+34=320 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.44% from 320); Green value is 131 (51.56% from 255 or 40.94% from 320); Blue value is 34 (13.67% from 255 or 10.62% from 320); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8322 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8322 is #647CDD. Grayscale: #7F7F7F. Windows color (decimal): -6585566 or 2261915. OLE color: 2261915.

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

Color convert

RGB15513134-
CMYK00.150.780.39
HSL48.1º64.02%37.06%-
HSV(B)48.1º78.06%60.78%-
XYZ21.9223.324.86-
YUV127.1275.45147.89-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.44%
GREEN value IS 131 (51.56% from 255) = 40.94%
BLUE value IS 34 (13.67% from 255) = 10.62%
R=48.44%
G=40.94%
B=10.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.78
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551313400.150.780.3948.164.0237.06
Hex9B83220F4E27304025
Octal23320342017116476010045
Binary10011011100000111000100111110011101001111100001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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