Shades of Chestnut #B54E41
Tints of Chestnut #B54E41
RGB
CMYK
RGB Variations
Color information
#B54E41 (or 0xB54E41) is known color: Chestnut. HEX triplet: B5, 4E and 41. RGB value is (181,78,65). Sum of RGB (Red+Green+Blue) = 181+78+65=324 (42% of max value = 765). Red value is 181 (71.09% from 255 or 55.86% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 181 - color contains mainly: red. Hex color #B54E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B54E41 is #4AB1BE. Grayscale: #6B6B6B. Windows color (decimal): -4895167 or 4279989. OLE color: 4279989.
HSL color Cylindrical-coordinate representation of color #B54E41: hue angle of 6.72º 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 #B54E41 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 78 | 65 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.29 |
| HSL | 6.72º | 0.47% | 0.48% | - |
| HSV(B) | 6.72º | 0.64% | 0.71% | - |
| XYZ | 22.73 | 15.65 | 6.82 | - |
| YUV | 107.32 | 104.12 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 78 | 65 | 0 | 0.57 | 0.64 | 0.29 | 6.72 | 0.47 | 0.48 |
| Hex | B5 | 4E | 41 | 0 | 39 | 40 | 1D | 7 | 2F | 30 |
| Octal | 265 | 116 | 101 | 0 | 71 | 100 | 35 | 7 | 57 | 60 |
| Binary | 10110101 | 1001110 | 1000001 | 0 | 111001 | 1000000 | 11101 | 111 | 101111 | 110000 |
Color Harmonies of #B54E41
Complementary color
Monochromatic Colors of #B54E41
Black with #B54E41
Text Example
Text Example
White with #B54E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54E41; }
p { color: rgb(181,78,65); }
H1.HeaderClassName
{
color: #B54E41;
}
.AnyTagClassName
{
color: #B54E41;
}
</style>
background-color css
<style>
a { background-color: #B54E41; }
a { background-color: rgb(181,78,65); }
div.DivClassName
{
background-color: #B54E41;
}
.BgClassName
{
background-color: #B54E41;
}
</style>
border-color css
<style>
span { border-color: #B54E41; }
span { border-color: rgb(181,78,65); }
td.TdClassName
{
border-color: #B54E41;
}
.TagClassName
{
border-color: #B54E41;
}
</style>