Shades of Hacienda #9A7B1B
Tints of Hacienda #9A7B1B
RGB
CMYK
RGB Variations
Color information
#9A7B1B (or 0x9A7B1B) is known color: Hacienda. HEX triplet: 9A, 7B and 1B. RGB value is (154,123,27). Sum of RGB (Red+Green+Blue) = 154+123+27=304 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.66% from 304); Green value is 123 (48.44% from 255 or 40.46% from 304); Blue value is 27 (10.94% from 255 or 8.88% from 304); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7B1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7B1B is #6584E4. Grayscale: #797979. Windows color (decimal): -6653157 or 1801114. OLE color: 1801114.
HSL color Cylindrical-coordinate representation of color #9A7B1B: hue angle of 45.35º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A7B1B is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 123 | 27 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.40 |
| HSL | 45.35º | 0.7% | 0.35% | - |
| HSV(B) | 45.35º | 0.82% | 0.6% | - |
| XYZ | 20.61 | 21.12 | 4.03 | - |
| YUV | 121.33 | 74.77 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 123 | 27 | 0 | 0.20 | 0.82 | 0.40 | 45.35 | 0.7 | 0.35 |
| Hex | 9A | 7B | 1B | 0 | 14 | 52 | 28 | 2D | 46 | 23 |
| Octal | 232 | 173 | 33 | 0 | 24 | 122 | 50 | 55 | 106 | 43 |
| Binary | 10011010 | 1111011 | 11011 | 0 | 10100 | 1010010 | 101000 | 101101 | 1000110 | 100011 |
Color Harmonies of #9A7B1B
Complementary color
Monochromatic Colors of #9A7B1B
Black with #9A7B1B
Text Example
Text Example
White with #9A7B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7B1B; }
p { color: rgb(154,123,27); }
H1.HeaderClassName
{
color: #9A7B1B;
}
.AnyTagClassName
{
color: #9A7B1B;
}
</style>
background-color css
<style>
a { background-color: #9A7B1B; }
a { background-color: rgb(154,123,27); }
div.DivClassName
{
background-color: #9A7B1B;
}
.BgClassName
{
background-color: #9A7B1B;
}
</style>
border-color css
<style>
span { border-color: #9A7B1B; }
span { border-color: rgb(154,123,27); }
td.TdClassName
{
border-color: #9A7B1B;
}
.TagClassName
{
border-color: #9A7B1B;
}
</style>