Shades of Hacienda #9B8313
Tints of Hacienda #9B8313
RGB
CMYK
RGB Variations
Color information
#9B8313 (or 0x9B8313) is known color: Hacienda. HEX triplet: 9B, 83 and 13. RGB value is (155,131,19). Sum of RGB (Red+Green+Blue) = 155+131+19=305 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.82% from 305); Green value is 131 (51.56% from 255 or 42.95% from 305); Blue value is 19 (7.81% from 255 or 6.23% from 305); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8313 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B8313 is #647CEC. Grayscale: #7D7D7D. Windows color (decimal): -6585581 or 1278875. OLE color: 1278875.
HSL color Cylindrical-coordinate representation of color #9B8313: hue angle of 49.41º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9B8313 is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 131 | 19 | - |
| CMYK | 0 | 0.15 | 0.88 | 0.39 |
| HSL | 49.41º | 0.78% | 0.34% | - |
| HSV(B) | 49.41º | 0.88% | 0.61% | - |
| XYZ | 21.75 | 23.25 | 3.96 | - |
| YUV | 125.41 | 67.95 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 131 | 19 | 0 | 0.15 | 0.88 | 0.39 | 49.41 | 0.78 | 0.34 |
| Hex | 9B | 83 | 13 | 0 | F | 58 | 27 | 31 | 4E | 22 |
| Octal | 233 | 203 | 23 | 0 | 17 | 130 | 47 | 61 | 116 | 42 |
| Binary | 10011011 | 10000011 | 10011 | 0 | 1111 | 1011000 | 100111 | 110001 | 1001110 | 100010 |
Color Harmonies of #9B8313
Complementary color
Monochromatic Colors of #9B8313
Black with #9B8313
Text Example
Text Example
White with #9B8313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8313; }
p { color: rgb(155,131,19); }
H1.HeaderClassName
{
color: #9B8313;
}
.AnyTagClassName
{
color: #9B8313;
}
</style>
background-color css
<style>
a { background-color: #9B8313; }
a { background-color: rgb(155,131,19); }
div.DivClassName
{
background-color: #9B8313;
}
.BgClassName
{
background-color: #9B8313;
}
</style>
border-color css
<style>
span { border-color: #9B8313; }
span { border-color: rgb(155,131,19); }
td.TdClassName
{
border-color: #9B8313;
}
.TagClassName
{
border-color: #9B8313;
}
</style>