Shades of Chestnut #B34747
Tints of Chestnut #B34747
RGB
CMYK
RGB Variations
Color information
#B34747 (or 0xB34747) is known color: Chestnut. HEX triplet: B3, 47 and 47. RGB value is (179,71,71). Sum of RGB (Red+Green+Blue) = 179+71+71=321 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.76% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 71 (28.12% from 255 or 22.12% from 321); Max value from RGB is 179 - color contains mainly: red. Hex color #B34747 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34747 is #4CB8B8. Grayscale: #676767. Windows color (decimal): -5028025 or 4671411. OLE color: 4671411.
HSL color Cylindrical-coordinate representation of color #B34747: hue angle of 0º 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 #B34747 is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 71 | 71 | - |
| CMYK | 0 | 0.60 | 0.60 | 0.30 |
| HSL | 0º | 0.43% | 0.49% | - |
| HSV(B) | 0º | 0.6% | 0.7% | - |
| XYZ | 21.98 | 14.55 | 7.61 | - |
| YUV | 103.29 | 109.78 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 71 | 71 | 0 | 0.60 | 0.60 | 0.30 | 0 | 0.43 | 0.49 |
| Hex | B3 | 47 | 47 | 0 | 3C | 3C | 1E | 0 | 2B | 31 |
| Octal | 263 | 107 | 107 | 0 | 74 | 74 | 36 | 0 | 53 | 61 |
| Binary | 10110011 | 1000111 | 1000111 | 0 | 111100 | 111100 | 11110 | 0 | 101011 | 110001 |
Color Harmonies of #B34747
Complementary color
Monochromatic Colors of #B34747
Black with #B34747
Text Example
Text Example
White with #B34747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34747; }
p { color: rgb(179,71,71); }
H1.HeaderClassName
{
color: #B34747;
}
.AnyTagClassName
{
color: #B34747;
}
</style>
background-color css
<style>
a { background-color: #B34747; }
a { background-color: rgb(179,71,71); }
div.DivClassName
{
background-color: #B34747;
}
.BgClassName
{
background-color: #B34747;
}
</style>
border-color css
<style>
span { border-color: #B34747; }
span { border-color: rgb(179,71,71); }
td.TdClassName
{
border-color: #B34747;
}
.TagClassName
{
border-color: #B34747;
}
</style>