Shades of Chestnut #B54540
Tints of Chestnut #B54540
RGB
CMYK
RGB Variations
Color information
#B54540 (or 0xB54540) is known color: Chestnut. HEX triplet: B5, 45 and 40. RGB value is (181,69,64). Sum of RGB (Red+Green+Blue) = 181+69+64=314 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.64% from 314); Green value is 69 (27.34% from 255 or 21.97% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 181 - color contains mainly: red. Hex color #B54540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54540 is #4ABABF. Grayscale: #666666. Windows color (decimal): -4897472 or 4212149. OLE color: 4212149.
HSL color Cylindrical-coordinate representation of color #B54540: hue angle of 2.56º 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 #B54540 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 69 | 64 | - |
| CMYK | 0 | 0.62 | 0.65 | 0.29 |
| HSL | 2.56º | 0.48% | 0.48% | - |
| HSV(B) | 2.56º | 0.65% | 0.71% | - |
| XYZ | 22.11 | 14.45 | 6.47 | - |
| YUV | 101.92 | 106.61 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 69 | 64 | 0 | 0.62 | 0.65 | 0.29 | 2.56 | 0.48 | 0.48 |
| Hex | B5 | 45 | 40 | 0 | 3E | 41 | 1D | 3 | 30 | 30 |
| Octal | 265 | 105 | 100 | 0 | 76 | 101 | 35 | 3 | 60 | 60 |
| Binary | 10110101 | 1000101 | 1000000 | 0 | 111110 | 1000001 | 11101 | 11 | 110000 | 110000 |
Color Harmonies of #B54540
Complementary color
Monochromatic Colors of #B54540
Black with #B54540
Text Example
Text Example
White with #B54540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54540; }
p { color: rgb(181,69,64); }
H1.HeaderClassName
{
color: #B54540;
}
.AnyTagClassName
{
color: #B54540;
}
</style>
background-color css
<style>
a { background-color: #B54540; }
a { background-color: rgb(181,69,64); }
div.DivClassName
{
background-color: #B54540;
}
.BgClassName
{
background-color: #B54540;
}
</style>
border-color css
<style>
span { border-color: #B54540; }
span { border-color: rgb(181,69,64); }
td.TdClassName
{
border-color: #B54540;
}
.TagClassName
{
border-color: #B54540;
}
</style>