Shades of Chestnut #B84D44
Tints of Chestnut #B84D44
RGB
CMYK
RGB Variations
Color information
#B84D44 (or 0xB84D44) is known color: Chestnut. HEX triplet: B8, 4D and 44. RGB value is (184,77,68). Sum of RGB (Red+Green+Blue) = 184+77+68=329 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.93% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 184 - color contains mainly: red. Hex color #B84D44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B84D44 is #47B2BB. Grayscale: #6C6C6C. Windows color (decimal): -4698812 or 4476344. OLE color: 4476344.
HSL color Cylindrical-coordinate representation of color #B84D44: hue angle of 4.66º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B84D44 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 77 | 68 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.28 |
| HSL | 4.66º | 0.46% | 0.49% | - |
| HSV(B) | 4.66º | 0.63% | 0.72% | - |
| XYZ | 23.46 | 15.92 | 7.3 | - |
| YUV | 107.97 | 105.45 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 77 | 68 | 0 | 0.58 | 0.63 | 0.28 | 4.66 | 0.46 | 0.49 |
| Hex | B8 | 4D | 44 | 0 | 3A | 3F | 1C | 5 | 2E | 31 |
| Octal | 270 | 115 | 104 | 0 | 72 | 77 | 34 | 5 | 56 | 61 |
| Binary | 10111000 | 1001101 | 1000100 | 0 | 111010 | 111111 | 11100 | 101 | 101110 | 110001 |
Color Harmonies of #B84D44
Complementary color
Monochromatic Colors of #B84D44
Black with #B84D44
Text Example
Text Example
White with #B84D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84D44; }
p { color: rgb(184,77,68); }
H1.HeaderClassName
{
color: #B84D44;
}
.AnyTagClassName
{
color: #B84D44;
}
</style>
background-color css
<style>
a { background-color: #B84D44; }
a { background-color: rgb(184,77,68); }
div.DivClassName
{
background-color: #B84D44;
}
.BgClassName
{
background-color: #B84D44;
}
</style>
border-color css
<style>
span { border-color: #B84D44; }
span { border-color: rgb(184,77,68); }
td.TdClassName
{
border-color: #B84D44;
}
.TagClassName
{
border-color: #B84D44;
}
</style>