Shades of Chestnut #B54747
Tints of Chestnut #B54747
RGB
CMYK
RGB Variations
Color information
#B54747 (or 0xB54747) is known color: Chestnut. HEX triplet: B5, 47 and 47. RGB value is (181,71,71). Sum of RGB (Red+Green+Blue) = 181+71+71=323 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.04% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 71 (28.12% from 255 or 21.98% from 323); Max value from RGB is 181 - color contains mainly: red. Hex color #B54747 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54747 is #4AB8B8. Grayscale: #686868. Windows color (decimal): -4896953 or 4671413. OLE color: 4671413.
HSL color Cylindrical-coordinate representation of color #B54747: hue angle of 0º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B54747 is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 71 | 71 | - |
| CMYK | 0 | 0.61 | 0.61 | 0.29 |
| HSL | 0º | 0.44% | 0.49% | - |
| HSV(B) | 0º | 0.61% | 0.71% | - |
| XYZ | 22.45 | 14.79 | 7.63 | - |
| YUV | 103.89 | 109.44 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 71 | 0 | 0.61 | 0.61 | 0.29 | 0 | 0.44 | 0.49 |
| Hex | B5 | 47 | 47 | 0 | 3D | 3D | 1D | 0 | 2C | 31 |
| Octal | 265 | 107 | 107 | 0 | 75 | 75 | 35 | 0 | 54 | 61 |
| Binary | 10110101 | 1000111 | 1000111 | 0 | 111101 | 111101 | 11101 | 0 | 101100 | 110001 |
Color Harmonies of #B54747
Complementary color
Monochromatic Colors of #B54747
Black with #B54747
Text Example
Text Example
White with #B54747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54747; }
p { color: rgb(181,71,71); }
H1.HeaderClassName
{
color: #B54747;
}
.AnyTagClassName
{
color: #B54747;
}
</style>
background-color css
<style>
a { background-color: #B54747; }
a { background-color: rgb(181,71,71); }
div.DivClassName
{
background-color: #B54747;
}
.BgClassName
{
background-color: #B54747;
}
</style>
border-color css
<style>
span { border-color: #B54747; }
span { border-color: rgb(181,71,71); }
td.TdClassName
{
border-color: #B54747;
}
.TagClassName
{
border-color: #B54747;
}
</style>