Shades of Chestnut #B04940
Tints of Chestnut #B04940
RGB
CMYK
RGB Variations
Color information
#B04940 (or 0xB04940) is known color: Chestnut. HEX triplet: B0, 49 and 40. RGB value is (176,73,64). Sum of RGB (Red+Green+Blue) = 176+73+64=313 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.23% from 313); Green value is 73 (28.91% from 255 or 23.32% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 176 - color contains mainly: red. Hex color #B04940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04940 is #4FB6BF. Grayscale: #666666. Windows color (decimal): -5224128 or 4213168. OLE color: 4213168.
HSL color Cylindrical-coordinate representation of color #B04940: hue angle of 4.82º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B04940 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 73 | 64 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.31 |
| HSL | 4.82º | 0.47% | 0.47% | - |
| HSV(B) | 4.82º | 0.64% | 0.69% | - |
| XYZ | 21.21 | 14.37 | 6.51 | - |
| YUV | 102.77 | 106.12 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 73 | 64 | 0 | 0.59 | 0.64 | 0.31 | 4.82 | 0.47 | 0.47 |
| Hex | B0 | 49 | 40 | 0 | 3B | 40 | 1F | 5 | 2F | 2F |
| Octal | 260 | 111 | 100 | 0 | 73 | 100 | 37 | 5 | 57 | 57 |
| Binary | 10110000 | 1001001 | 1000000 | 0 | 111011 | 1000000 | 11111 | 101 | 101111 | 101111 |
Color Harmonies of #B04940
Complementary color
Monochromatic Colors of #B04940
Black with #B04940
Text Example
Text Example
White with #B04940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04940; }
p { color: rgb(176,73,64); }
H1.HeaderClassName
{
color: #B04940;
}
.AnyTagClassName
{
color: #B04940;
}
</style>
background-color css
<style>
a { background-color: #B04940; }
a { background-color: rgb(176,73,64); }
div.DivClassName
{
background-color: #B04940;
}
.BgClassName
{
background-color: #B04940;
}
</style>
border-color css
<style>
span { border-color: #B04940; }
span { border-color: rgb(176,73,64); }
td.TdClassName
{
border-color: #B04940;
}
.TagClassName
{
border-color: #B04940;
}
</style>