Shades of Chestnut #B44E44
Tints of Chestnut #B44E44
RGB
CMYK
RGB Variations
Color information
#B44E44 (or 0xB44E44) is known color: Chestnut. HEX triplet: B4, 4E and 44. RGB value is (180,78,68). Sum of RGB (Red+Green+Blue) = 180+78+68=326 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.21% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 180 - color contains mainly: red. Hex color #B44E44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B44E44 is #4BB1BB. Grayscale: #6B6B6B. Windows color (decimal): -4960700 or 4476596. OLE color: 4476596.
HSL color Cylindrical-coordinate representation of color #B44E44: hue angle of 5.36º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B44E44 is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 78 | 68 | - |
| CMYK | 0 | 0.57 | 0.62 | 0.29 |
| HSL | 5.36º | 0.45% | 0.49% | - |
| HSV(B) | 5.36º | 0.62% | 0.71% | - |
| XYZ | 22.59 | 15.57 | 7.28 | - |
| YUV | 107.36 | 105.79 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 78 | 68 | 0 | 0.57 | 0.62 | 0.29 | 5.36 | 0.45 | 0.49 |
| Hex | B4 | 4E | 44 | 0 | 39 | 3E | 1D | 5 | 2D | 31 |
| Octal | 264 | 116 | 104 | 0 | 71 | 76 | 35 | 5 | 55 | 61 |
| Binary | 10110100 | 1001110 | 1000100 | 0 | 111001 | 111110 | 11101 | 101 | 101101 | 110001 |
Color Harmonies of #B44E44
Complementary color
Monochromatic Colors of #B44E44
Black with #B44E44
Text Example
Text Example
White with #B44E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44E44; }
p { color: rgb(180,78,68); }
H1.HeaderClassName
{
color: #B44E44;
}
.AnyTagClassName
{
color: #B44E44;
}
</style>
background-color css
<style>
a { background-color: #B44E44; }
a { background-color: rgb(180,78,68); }
div.DivClassName
{
background-color: #B44E44;
}
.BgClassName
{
background-color: #B44E44;
}
</style>
border-color css
<style>
span { border-color: #B44E44; }
span { border-color: rgb(180,78,68); }
td.TdClassName
{
border-color: #B44E44;
}
.TagClassName
{
border-color: #B44E44;
}
</style>