Shades of Chestnut #B34949
Tints of Chestnut #B34949
RGB
CMYK
RGB Variations
Color information
#B34949 (or 0xB34949) is known color: Chestnut. HEX triplet: B3, 49 and 49. RGB value is (179,73,73). Sum of RGB (Red+Green+Blue) = 179+73+73=325 (43% of max value = 765). Red value is 179 (70.31% from 255 or 55.08% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 179 - color contains mainly: red. Hex color #B34949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34949 is #4CB6B6. Grayscale: #686868. Windows color (decimal): -5027511 or 4802995. OLE color: 4802995.
HSL color Cylindrical-coordinate representation of color #B34949: hue angle of 0º 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 #B34949 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 73 | 73 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.30 |
| HSL | 0º | 0.42% | 0.49% | - |
| HSV(B) | 0º | 0.59% | 0.7% | - |
| XYZ | 22.18 | 14.83 | 8 | - |
| YUV | 104.69 | 110.12 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 73 | 73 | 0 | 0.59 | 0.59 | 0.30 | 0 | 0.42 | 0.49 |
| Hex | B3 | 49 | 49 | 0 | 3B | 3B | 1E | 0 | 2A | 31 |
| Octal | 263 | 111 | 111 | 0 | 73 | 73 | 36 | 0 | 52 | 61 |
| Binary | 10110011 | 1001001 | 1001001 | 0 | 111011 | 111011 | 11110 | 0 | 101010 | 110001 |
Color Harmonies of #B34949
Complementary color
Monochromatic Colors of #B34949
Black with #B34949
Text Example
Text Example
White with #B34949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34949; }
p { color: rgb(179,73,73); }
H1.HeaderClassName
{
color: #B34949;
}
.AnyTagClassName
{
color: #B34949;
}
</style>
background-color css
<style>
a { background-color: #B34949; }
a { background-color: rgb(179,73,73); }
div.DivClassName
{
background-color: #B34949;
}
.BgClassName
{
background-color: #B34949;
}
</style>
border-color css
<style>
span { border-color: #B34949; }
span { border-color: rgb(179,73,73); }
td.TdClassName
{
border-color: #B34949;
}
.TagClassName
{
border-color: #B34949;
}
</style>