Shades of Chestnut #B54640
Tints of Chestnut #B54640
RGB
CMYK
RGB Variations
Color information
#B54640 (or 0xB54640) is known color: Chestnut. HEX triplet: B5, 46 and 40. RGB value is (181,70,64). Sum of RGB (Red+Green+Blue) = 181+70+64=315 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.46% from 315); Green value is 70 (27.73% from 255 or 22.22% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 181 - color contains mainly: red. Hex color #B54640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54640 is #4AB9BF. Grayscale: #666666. Windows color (decimal): -4897216 or 4212405. OLE color: 4212405.
HSL color Cylindrical-coordinate representation of color #B54640: hue angle of 3.08º 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 #B54640 is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 70 | 64 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.29 |
| HSL | 3.08º | 0.48% | 0.48% | - |
| HSV(B) | 3.08º | 0.65% | 0.71% | - |
| XYZ | 22.17 | 14.57 | 6.5 | - |
| YUV | 102.51 | 106.27 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 70 | 64 | 0 | 0.61 | 0.65 | 0.29 | 3.08 | 0.48 | 0.48 |
| Hex | B5 | 46 | 40 | 0 | 3D | 41 | 1D | 3 | 30 | 30 |
| Octal | 265 | 106 | 100 | 0 | 75 | 101 | 35 | 3 | 60 | 60 |
| Binary | 10110101 | 1000110 | 1000000 | 0 | 111101 | 1000001 | 11101 | 11 | 110000 | 110000 |
Color Harmonies of #B54640
Complementary color
Monochromatic Colors of #B54640
Black with #B54640
Text Example
Text Example
White with #B54640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54640; }
p { color: rgb(181,70,64); }
H1.HeaderClassName
{
color: #B54640;
}
.AnyTagClassName
{
color: #B54640;
}
</style>
background-color css
<style>
a { background-color: #B54640; }
a { background-color: rgb(181,70,64); }
div.DivClassName
{
background-color: #B54640;
}
.BgClassName
{
background-color: #B54640;
}
</style>
border-color css
<style>
span { border-color: #B54640; }
span { border-color: rgb(181,70,64); }
td.TdClassName
{
border-color: #B54640;
}
.TagClassName
{
border-color: #B54640;
}
</style>