#9B820A

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

Shades of Hacienda #9B820A

Tints of Hacienda #9B820A

Color information

#9B820A (or 0x9B820A) is unknown color: approx Hacienda. HEX triplet: 9B, 82 and 0A. RGB value is (155,130,10). Sum of RGB (Red+Green+Blue) = 155+130+10=295 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.54% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 10 (4.30% from 255 or 3.39% from 295); Max value from RGB is 155 - color contains mainly: red. Hex color #9B820A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B820A is #647DF5. Grayscale: #7C7C7C. Windows color (decimal): -6585846 or 688795. OLE color: 688795.

HSL color Cylindrical-coordinate representation of color #9B820A: hue angle of 49.66º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B820A is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.39.

Color convert

RGB15513010-
CMYK00.160.940.39
HSL49.66º87.88%32.35%-
HSV(B)49.66º93.55%60.78%-
XYZ21.5522.963.58-
YUV123.863.78150.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.54%
GREEN value IS 130 (51.17% from 255) = 44.07%
BLUE value IS 10 (4.30% from 255) = 3.39%
R=52.54%
G=44.07%
B=3.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.94
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551301000.160.940.3949.6687.8832.35
Hex9B82A0105E27325820
Octal23320212020136476213040
Binary1001101110000010101001000010111101001111100101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B820A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,130,10); }

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

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

 a { background-color: rgb(155,130,10); }

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

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

 span { border-color: rgb(155,130,10); }

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