Shades of Chestnut #B44841
Tints of Chestnut #B44841
RGB
CMYK
RGB Variations
Color information
#B44841 (or 0xB44841) is known color: Chestnut. HEX triplet: B4, 48 and 41. RGB value is (180,72,65). Sum of RGB (Red+Green+Blue) = 180+72+65=317 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.78% from 317); Green value is 72 (28.52% from 255 or 22.71% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 180 - color contains mainly: red. Hex color #B44841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44841 is #4BB7BE. Grayscale: #676767. Windows color (decimal): -4962239 or 4278452. OLE color: 4278452.
HSL color Cylindrical-coordinate representation of color #B44841: hue angle of 3.65º 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 #B44841 is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 72 | 65 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.29 |
| HSL | 3.65º | 0.47% | 0.48% | - |
| HSV(B) | 3.65º | 0.64% | 0.71% | - |
| XYZ | 22.09 | 14.72 | 6.68 | - |
| YUV | 103.49 | 106.28 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 72 | 65 | 0 | 0.60 | 0.64 | 0.29 | 3.65 | 0.47 | 0.48 |
| Hex | B4 | 48 | 41 | 0 | 3C | 40 | 1D | 4 | 2F | 30 |
| Octal | 264 | 110 | 101 | 0 | 74 | 100 | 35 | 4 | 57 | 60 |
| Binary | 10110100 | 1001000 | 1000001 | 0 | 111100 | 1000000 | 11101 | 100 | 101111 | 110000 |
Color Harmonies of #B44841
Complementary color
Monochromatic Colors of #B44841
Black with #B44841
Text Example
Text Example
White with #B44841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44841; }
p { color: rgb(180,72,65); }
H1.HeaderClassName
{
color: #B44841;
}
.AnyTagClassName
{
color: #B44841;
}
</style>
background-color css
<style>
a { background-color: #B44841; }
a { background-color: rgb(180,72,65); }
div.DivClassName
{
background-color: #B44841;
}
.BgClassName
{
background-color: #B44841;
}
</style>
border-color css
<style>
span { border-color: #B44841; }
span { border-color: rgb(180,72,65); }
td.TdClassName
{
border-color: #B44841;
}
.TagClassName
{
border-color: #B44841;
}
</style>