Shades of Husk #B79A53
Tints of Husk #B79A53
RGB
CMYK
RGB Variations
Color information
#B79A53 (or 0xB79A53) is known color: Husk. HEX triplet: B7, 9A and 53. RGB value is (183,154,83). Sum of RGB (Red+Green+Blue) = 183+154+83=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 154 (60.55% from 255 or 36.67% from 420); Blue value is 83 (32.81% from 255 or 19.76% from 420); Max value from RGB is 183 - color contains mainly: red. Hex color #B79A53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79A53 is #4865AC. Grayscale: #9A9A9A. Windows color (decimal): -4744621 or 5479095. OLE color: 5479095.
HSL color Cylindrical-coordinate representation of color #B79A53: hue angle of 42.6º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B79A53 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 154 | 83 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.28 |
| HSL | 42.6º | 0.41% | 0.52% | - |
| HSV(B) | 42.6º | 0.55% | 0.72% | - |
| XYZ | 32.65 | 33.8 | 12.99 | - |
| YUV | 154.58 | 87.61 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 154 | 83 | 0 | 0.16 | 0.55 | 0.28 | 42.6 | 0.41 | 0.52 |
| Hex | B7 | 9A | 53 | 0 | 10 | 37 | 1C | 2B | 29 | 34 |
| Octal | 267 | 232 | 123 | 0 | 20 | 67 | 34 | 53 | 51 | 64 |
| Binary | 10110111 | 10011010 | 1010011 | 0 | 10000 | 110111 | 11100 | 101011 | 101001 | 110100 |
Color Harmonies of #B79A53
Complementary color
Monochromatic Colors of #B79A53
Black with #B79A53
Text Example
Text Example
White with #B79A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79A53; }
p { color: rgb(183,154,83); }
H1.HeaderClassName
{
color: #B79A53;
}
.AnyTagClassName
{
color: #B79A53;
}
</style>
background-color css
<style>
a { background-color: #B79A53; }
a { background-color: rgb(183,154,83); }
div.DivClassName
{
background-color: #B79A53;
}
.BgClassName
{
background-color: #B79A53;
}
</style>
border-color css
<style>
span { border-color: #B79A53; }
span { border-color: rgb(183,154,83); }
td.TdClassName
{
border-color: #B79A53;
}
.TagClassName
{
border-color: #B79A53;
}
</style>