Shades of Chestnut #B44D48
Tints of Chestnut #B44D48
RGB
CMYK
RGB Variations
Color information
#B44D48 (or 0xB44D48) is known color: Chestnut. HEX triplet: B4, 4D and 48. RGB value is (180,77,72). Sum of RGB (Red+Green+Blue) = 180+77+72=329 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.71% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 180 - color contains mainly: red. Hex color #B44D48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B44D48 is #4BB2B7. Grayscale: #6B6B6B. Windows color (decimal): -4960952 or 4738484. OLE color: 4738484.
HSL color Cylindrical-coordinate representation of color #B44D48: hue angle of 2.78º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B44D48 is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 77 | 72 | - |
| CMYK | 0 | 0.57 | 0.60 | 0.29 |
| HSL | 2.78º | 0.43% | 0.49% | - |
| HSV(B) | 2.78º | 0.6% | 0.71% | - |
| XYZ | 22.65 | 15.48 | 7.93 | - |
| YUV | 107.23 | 108.12 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 77 | 72 | 0 | 0.57 | 0.60 | 0.29 | 2.78 | 0.43 | 0.49 |
| Hex | B4 | 4D | 48 | 0 | 39 | 3C | 1D | 3 | 2B | 31 |
| Octal | 264 | 115 | 110 | 0 | 71 | 74 | 35 | 3 | 53 | 61 |
| Binary | 10110100 | 1001101 | 1001000 | 0 | 111001 | 111100 | 11101 | 11 | 101011 | 110001 |
Color Harmonies of #B44D48
Complementary color
Monochromatic Colors of #B44D48
Black with #B44D48
Text Example
Text Example
White with #B44D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44D48; }
p { color: rgb(180,77,72); }
H1.HeaderClassName
{
color: #B44D48;
}
.AnyTagClassName
{
color: #B44D48;
}
</style>
background-color css
<style>
a { background-color: #B44D48; }
a { background-color: rgb(180,77,72); }
div.DivClassName
{
background-color: #B44D48;
}
.BgClassName
{
background-color: #B44D48;
}
</style>
border-color css
<style>
span { border-color: #B44D48; }
span { border-color: rgb(180,77,72); }
td.TdClassName
{
border-color: #B44D48;
}
.TagClassName
{
border-color: #B44D48;
}
</style>