Shades of Husk #B39945
Tints of Husk #B39945
RGB
CMYK
RGB Variations
Color information
#B39945 (or 0xB39945) is known color: Husk. HEX triplet: B3, 99 and 45. RGB value is (179,153,69). Sum of RGB (Red+Green+Blue) = 179+153+69=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 69 (27.34% from 255 or 17.21% from 401); Max value from RGB is 179 - color contains mainly: red. Hex color #B39945 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39945 is #4C66BA. Grayscale: #979797. Windows color (decimal): -5007035 or 4561331. OLE color: 4561331.
HSL color Cylindrical-coordinate representation of color #B39945: hue angle of 45.82º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B39945 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 153 | 69 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.30 |
| HSL | 45.82º | 0.44% | 0.49% | - |
| HSV(B) | 45.82º | 0.61% | 0.7% | - |
| XYZ | 31.06 | 32.8 | 10.32 | - |
| YUV | 151.2 | 81.61 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 153 | 69 | 0 | 0.15 | 0.61 | 0.30 | 45.82 | 0.44 | 0.49 |
| Hex | B3 | 99 | 45 | 0 | F | 3D | 1E | 2E | 2C | 31 |
| Octal | 263 | 231 | 105 | 0 | 17 | 75 | 36 | 56 | 54 | 61 |
| Binary | 10110011 | 10011001 | 1000101 | 0 | 1111 | 111101 | 11110 | 101110 | 101100 | 110001 |
Color Harmonies of #B39945
Complementary color
Monochromatic Colors of #B39945
Black with #B39945
Text Example
Text Example
White with #B39945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39945; }
p { color: rgb(179,153,69); }
H1.HeaderClassName
{
color: #B39945;
}
.AnyTagClassName
{
color: #B39945;
}
</style>
background-color css
<style>
a { background-color: #B39945; }
a { background-color: rgb(179,153,69); }
div.DivClassName
{
background-color: #B39945;
}
.BgClassName
{
background-color: #B39945;
}
</style>
border-color css
<style>
span { border-color: #B39945; }
span { border-color: rgb(179,153,69); }
td.TdClassName
{
border-color: #B39945;
}
.TagClassName
{
border-color: #B39945;
}
</style>