Shades of Chestnut #B44C44
Tints of Chestnut #B44C44
RGB
CMYK
RGB Variations
Color information
#B44C44 (or 0xB44C44) is known color: Chestnut. HEX triplet: B4, 4C and 44. RGB value is (180,76,68). Sum of RGB (Red+Green+Blue) = 180+76+68=324 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.56% from 324); Green value is 76 (30.08% from 255 or 23.46% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 180 - color contains mainly: red. Hex color #B44C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44C44 is #4BB3BB. Grayscale: #6A6A6A. Windows color (decimal): -4961212 or 4476084. OLE color: 4476084.
HSL color Cylindrical-coordinate representation of color #B44C44: hue angle of 4.29º 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 #B44C44 is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 76 | 68 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.29 |
| HSL | 4.29º | 0.45% | 0.49% | - |
| HSV(B) | 4.29º | 0.62% | 0.71% | - |
| XYZ | 22.45 | 15.29 | 7.24 | - |
| YUV | 106.18 | 106.46 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 76 | 68 | 0 | 0.58 | 0.62 | 0.29 | 4.29 | 0.45 | 0.49 |
| Hex | B4 | 4C | 44 | 0 | 3A | 3E | 1D | 4 | 2D | 31 |
| Octal | 264 | 114 | 104 | 0 | 72 | 76 | 35 | 4 | 55 | 61 |
| Binary | 10110100 | 1001100 | 1000100 | 0 | 111010 | 111110 | 11101 | 100 | 101101 | 110001 |
Color Harmonies of #B44C44
Complementary color
Monochromatic Colors of #B44C44
Black with #B44C44
Text Example
Text Example
White with #B44C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44C44; }
p { color: rgb(180,76,68); }
H1.HeaderClassName
{
color: #B44C44;
}
.AnyTagClassName
{
color: #B44C44;
}
</style>
background-color css
<style>
a { background-color: #B44C44; }
a { background-color: rgb(180,76,68); }
div.DivClassName
{
background-color: #B44C44;
}
.BgClassName
{
background-color: #B44C44;
}
</style>
border-color css
<style>
span { border-color: #B44C44; }
span { border-color: rgb(180,76,68); }
td.TdClassName
{
border-color: #B44C44;
}
.TagClassName
{
border-color: #B44C44;
}
</style>