Shades of Chestnut #B44D41
Tints of Chestnut #B44D41
RGB
CMYK
RGB Variations
Color information
#B44D41 (or 0xB44D41) is known color: Chestnut. HEX triplet: B4, 4D and 41. RGB value is (180,77,65). Sum of RGB (Red+Green+Blue) = 180+77+65=322 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.90% from 322); Green value is 77 (30.47% from 255 or 23.91% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 180 - color contains mainly: red. Hex color #B44D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B44D41 is #4BB2BE. Grayscale: #6A6A6A. Windows color (decimal): -4960959 or 4279732. OLE color: 4279732.
HSL color Cylindrical-coordinate representation of color #B44D41: hue angle of 6.26º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B44D41 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 77 | 65 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.29 |
| HSL | 6.26º | 0.47% | 0.48% | - |
| HSV(B) | 6.26º | 0.64% | 0.71% | - |
| XYZ | 22.43 | 15.39 | 6.79 | - |
| YUV | 106.43 | 104.62 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 77 | 65 | 0 | 0.57 | 0.64 | 0.29 | 6.26 | 0.47 | 0.48 |
| Hex | B4 | 4D | 41 | 0 | 39 | 40 | 1D | 6 | 2F | 30 |
| Octal | 264 | 115 | 101 | 0 | 71 | 100 | 35 | 6 | 57 | 60 |
| Binary | 10110100 | 1001101 | 1000001 | 0 | 111001 | 1000000 | 11101 | 110 | 101111 | 110000 |
Color Harmonies of #B44D41
Complementary color
Monochromatic Colors of #B44D41
Black with #B44D41
Text Example
Text Example
White with #B44D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44D41; }
p { color: rgb(180,77,65); }
H1.HeaderClassName
{
color: #B44D41;
}
.AnyTagClassName
{
color: #B44D41;
}
</style>
background-color css
<style>
a { background-color: #B44D41; }
a { background-color: rgb(180,77,65); }
div.DivClassName
{
background-color: #B44D41;
}
.BgClassName
{
background-color: #B44D41;
}
</style>
border-color css
<style>
span { border-color: #B44D41; }
span { border-color: rgb(180,77,65); }
td.TdClassName
{
border-color: #B44D41;
}
.TagClassName
{
border-color: #B44D41;
}
</style>