Shades of Chestnut #B34947
Tints of Chestnut #B34947
RGB
CMYK
RGB Variations
Color information
#B34947 (or 0xB34947) is known color: Chestnut. HEX triplet: B3, 49 and 47. RGB value is (179,73,71). Sum of RGB (Red+Green+Blue) = 179+73+71=323 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.42% from 323); Green value is 73 (28.91% from 255 or 22.60% from 323); Blue value is 71 (28.12% from 255 or 21.98% from 323); Max value from RGB is 179 - color contains mainly: red. Hex color #B34947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34947 is #4CB6B8. Grayscale: #686868. Windows color (decimal): -5027513 or 4671923. OLE color: 4671923.
HSL color Cylindrical-coordinate representation of color #B34947: hue angle of 1.11º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B34947 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 73 | 71 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.30 |
| HSL | 1.11º | 0.43% | 0.49% | - |
| HSV(B) | 1.11º | 0.6% | 0.7% | - |
| XYZ | 22.11 | 14.8 | 7.65 | - |
| YUV | 104.47 | 109.12 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 73 | 71 | 0 | 0.59 | 0.60 | 0.30 | 1.11 | 0.43 | 0.49 |
| Hex | B3 | 49 | 47 | 0 | 3B | 3C | 1E | 1 | 2B | 31 |
| Octal | 263 | 111 | 107 | 0 | 73 | 74 | 36 | 1 | 53 | 61 |
| Binary | 10110011 | 1001001 | 1000111 | 0 | 111011 | 111100 | 11110 | 1 | 101011 | 110001 |
Color Harmonies of #B34947
Complementary color
Monochromatic Colors of #B34947
Black with #B34947
Text Example
Text Example
White with #B34947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34947; }
p { color: rgb(179,73,71); }
H1.HeaderClassName
{
color: #B34947;
}
.AnyTagClassName
{
color: #B34947;
}
</style>
background-color css
<style>
a { background-color: #B34947; }
a { background-color: rgb(179,73,71); }
div.DivClassName
{
background-color: #B34947;
}
.BgClassName
{
background-color: #B34947;
}
</style>
border-color css
<style>
span { border-color: #B34947; }
span { border-color: rgb(179,73,71); }
td.TdClassName
{
border-color: #B34947;
}
.TagClassName
{
border-color: #B34947;
}
</style>