Shades of Hacienda #9B802A
Tints of Hacienda #9B802A
RGB
CMYK
RGB Variations
Color information
#9B802A (or 0x9B802A) is known color: Hacienda. HEX triplet: 9B, 80 and 2A. RGB value is (155,128,42). Sum of RGB (Red+Green+Blue) = 155+128+42=325 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.69% from 325); Green value is 128 (50.39% from 255 or 39.38% from 325); Blue value is 42 (16.80% from 255 or 12.92% from 325); Max value from RGB is 155 - color contains mainly: red. Hex color #9B802A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B802A is #647FD5. Grayscale: #7E7E7E. Windows color (decimal): -6586326 or 2785435. OLE color: 2785435.
HSL color Cylindrical-coordinate representation of color #9B802A: hue angle of 45.66º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9B802A is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 128 | 42 | - |
| CMYK | 0 | 0.17 | 0.73 | 0.39 |
| HSL | 45.66º | 0.57% | 0.39% | - |
| HSV(B) | 45.66º | 0.73% | 0.61% | - |
| XYZ | 21.65 | 22.57 | 5.41 | - |
| YUV | 126.27 | 80.45 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 128 | 42 | 0 | 0.17 | 0.73 | 0.39 | 45.66 | 0.57 | 0.39 |
| Hex | 9B | 80 | 2A | 0 | 11 | 49 | 27 | 2E | 39 | 27 |
| Octal | 233 | 200 | 52 | 0 | 21 | 111 | 47 | 56 | 71 | 47 |
| Binary | 10011011 | 10000000 | 101010 | 0 | 10001 | 1001001 | 100111 | 101110 | 111001 | 100111 |
Color Harmonies of #9B802A
Complementary color
Monochromatic Colors of #9B802A
Black with #9B802A
Text Example
Text Example
White with #9B802A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B802A; }
p { color: rgb(155,128,42); }
H1.HeaderClassName
{
color: #9B802A;
}
.AnyTagClassName
{
color: #9B802A;
}
</style>
background-color css
<style>
a { background-color: #9B802A; }
a { background-color: rgb(155,128,42); }
div.DivClassName
{
background-color: #9B802A;
}
.BgClassName
{
background-color: #9B802A;
}
</style>
border-color css
<style>
span { border-color: #9B802A; }
span { border-color: rgb(155,128,42); }
td.TdClassName
{
border-color: #9B802A;
}
.TagClassName
{
border-color: #9B802A;
}
</style>