Shades of Hacienda #9B7D28
Tints of Hacienda #9B7D28
RGB
CMYK
RGB Variations
Color information
#9B7D28 (or 0x9B7D28) is known color: Hacienda. HEX triplet: 9B, 7D and 28. RGB value is (155,125,40). Sum of RGB (Red+Green+Blue) = 155+125+40=320 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.44% from 320); Green value is 125 (49.22% from 255 or 39.06% from 320); Blue value is 40 (16.02% from 255 or 12.5% from 320); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7D28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7D28 is #6482D7. Grayscale: #7C7C7C. Windows color (decimal): -6587096 or 2653595. OLE color: 2653595.
HSL color Cylindrical-coordinate representation of color #9B7D28: hue angle of 44.35º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9B7D28 is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 125 | 40 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.39 |
| HSL | 44.35º | 0.59% | 0.38% | - |
| HSV(B) | 44.35º | 0.74% | 0.61% | - |
| XYZ | 21.23 | 21.79 | 5.09 | - |
| YUV | 124.28 | 80.44 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 125 | 40 | 0 | 0.19 | 0.74 | 0.39 | 44.35 | 0.59 | 0.38 |
| Hex | 9B | 7D | 28 | 0 | 13 | 4A | 27 | 2C | 3B | 26 |
| Octal | 233 | 175 | 50 | 0 | 23 | 112 | 47 | 54 | 73 | 46 |
| Binary | 10011011 | 1111101 | 101000 | 0 | 10011 | 1001010 | 100111 | 101100 | 111011 | 100110 |
Color Harmonies of #9B7D28
Complementary color
Monochromatic Colors of #9B7D28
Black with #9B7D28
Text Example
Text Example
White with #9B7D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7D28; }
p { color: rgb(155,125,40); }
H1.HeaderClassName
{
color: #9B7D28;
}
.AnyTagClassName
{
color: #9B7D28;
}
</style>
background-color css
<style>
a { background-color: #9B7D28; }
a { background-color: rgb(155,125,40); }
div.DivClassName
{
background-color: #9B7D28;
}
.BgClassName
{
background-color: #9B7D28;
}
</style>
border-color css
<style>
span { border-color: #9B7D28; }
span { border-color: rgb(155,125,40); }
td.TdClassName
{
border-color: #9B7D28;
}
.TagClassName
{
border-color: #9B7D28;
}
</style>