Shades of Husk #B39949
Tints of Husk #B39949
RGB
CMYK
RGB Variations
Color information
#B39949 (or 0xB39949) is known color: Husk. HEX triplet: B3, 99 and 49. RGB value is (179,153,73). Sum of RGB (Red+Green+Blue) = 179+153+73=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 73 (28.91% from 255 or 18.02% from 405); Max value from RGB is 179 - color contains mainly: red. Hex color #B39949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39949 is #4C66B6. Grayscale: #989898. Windows color (decimal): -5007031 or 4823475. OLE color: 4823475.
HSL color Cylindrical-coordinate representation of color #B39949: hue angle of 45.28º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B39949 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 153 | 73 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.30 |
| HSL | 45.28º | 0.42% | 0.49% | - |
| HSV(B) | 45.28º | 0.59% | 0.7% | - |
| XYZ | 31.18 | 32.85 | 11 | - |
| YUV | 151.65 | 83.61 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 153 | 73 | 0 | 0.15 | 0.59 | 0.30 | 45.28 | 0.42 | 0.49 |
| Hex | B3 | 99 | 49 | 0 | F | 3B | 1E | 2D | 2A | 31 |
| Octal | 263 | 231 | 111 | 0 | 17 | 73 | 36 | 55 | 52 | 61 |
| Binary | 10110011 | 10011001 | 1001001 | 0 | 1111 | 111011 | 11110 | 101101 | 101010 | 110001 |
Color Harmonies of #B39949
Complementary color
Monochromatic Colors of #B39949
Black with #B39949
Text Example
Text Example
White with #B39949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39949; }
p { color: rgb(179,153,73); }
H1.HeaderClassName
{
color: #B39949;
}
.AnyTagClassName
{
color: #B39949;
}
</style>
background-color css
<style>
a { background-color: #B39949; }
a { background-color: rgb(179,153,73); }
div.DivClassName
{
background-color: #B39949;
}
.BgClassName
{
background-color: #B39949;
}
</style>
border-color css
<style>
span { border-color: #B39949; }
span { border-color: rgb(179,153,73); }
td.TdClassName
{
border-color: #B39949;
}
.TagClassName
{
border-color: #B39949;
}
</style>