Shades of Chestnut #B54740
Tints of Chestnut #B54740
RGB
CMYK
RGB Variations
Color information
#B54740 (or 0xB54740) is known color: Chestnut. HEX triplet: B5, 47 and 40. RGB value is (181,71,64). Sum of RGB (Red+Green+Blue) = 181+71+64=316 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.28% from 316); Green value is 71 (28.12% from 255 or 22.47% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 181 - color contains mainly: red. Hex color #B54740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54740 is #4AB8BF. Grayscale: #676767. Windows color (decimal): -4896960 or 4212661. OLE color: 4212661.
HSL color Cylindrical-coordinate representation of color #B54740: hue angle of 3.59º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B54740 is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 71 | 64 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.29 |
| HSL | 3.59º | 0.48% | 0.48% | - |
| HSV(B) | 3.59º | 0.65% | 0.71% | - |
| XYZ | 22.23 | 14.7 | 6.52 | - |
| YUV | 103.09 | 105.94 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 64 | 0 | 0.61 | 0.65 | 0.29 | 3.59 | 0.48 | 0.48 |
| Hex | B5 | 47 | 40 | 0 | 3D | 41 | 1D | 4 | 30 | 30 |
| Octal | 265 | 107 | 100 | 0 | 75 | 101 | 35 | 4 | 60 | 60 |
| Binary | 10110101 | 1000111 | 1000000 | 0 | 111101 | 1000001 | 11101 | 100 | 110000 | 110000 |
Color Harmonies of #B54740
Complementary color
Monochromatic Colors of #B54740
Black with #B54740
Text Example
Text Example
White with #B54740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54740; }
p { color: rgb(181,71,64); }
H1.HeaderClassName
{
color: #B54740;
}
.AnyTagClassName
{
color: #B54740;
}
</style>
background-color css
<style>
a { background-color: #B54740; }
a { background-color: rgb(181,71,64); }
div.DivClassName
{
background-color: #B54740;
}
.BgClassName
{
background-color: #B54740;
}
</style>
border-color css
<style>
span { border-color: #B54740; }
span { border-color: rgb(181,71,64); }
td.TdClassName
{
border-color: #B54740;
}
.TagClassName
{
border-color: #B54740;
}
</style>