Shades of Chestnut #B54C47
Tints of Chestnut #B54C47
RGB
CMYK
RGB Variations
Color information
#B54C47 (or 0xB54C47) is known color: Chestnut. HEX triplet: B5, 4C and 47. RGB value is (181,76,71). Sum of RGB (Red+Green+Blue) = 181+76+71=328 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.18% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 71 (28.12% from 255 or 21.65% from 328); Max value from RGB is 181 - color contains mainly: red. Hex color #B54C47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54C47 is #4AB3B8. Grayscale: #6A6A6A. Windows color (decimal): -4895673 or 4672693. OLE color: 4672693.
HSL color Cylindrical-coordinate representation of color #B54C47: hue angle of 2.73º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B54C47 is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 76 | 71 | - |
| CMYK | 0 | 0.58 | 0.61 | 0.29 |
| HSL | 2.73º | 0.44% | 0.49% | - |
| HSV(B) | 2.73º | 0.61% | 0.71% | - |
| XYZ | 22.78 | 15.45 | 7.74 | - |
| YUV | 106.83 | 107.79 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 76 | 71 | 0 | 0.58 | 0.61 | 0.29 | 2.73 | 0.44 | 0.49 |
| Hex | B5 | 4C | 47 | 0 | 3A | 3D | 1D | 3 | 2C | 31 |
| Octal | 265 | 114 | 107 | 0 | 72 | 75 | 35 | 3 | 54 | 61 |
| Binary | 10110101 | 1001100 | 1000111 | 0 | 111010 | 111101 | 11101 | 11 | 101100 | 110001 |
Color Harmonies of #B54C47
Complementary color
Monochromatic Colors of #B54C47
Black with #B54C47
Text Example
Text Example
White with #B54C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54C47; }
p { color: rgb(181,76,71); }
H1.HeaderClassName
{
color: #B54C47;
}
.AnyTagClassName
{
color: #B54C47;
}
</style>
background-color css
<style>
a { background-color: #B54C47; }
a { background-color: rgb(181,76,71); }
div.DivClassName
{
background-color: #B54C47;
}
.BgClassName
{
background-color: #B54C47;
}
</style>
border-color css
<style>
span { border-color: #B54C47; }
span { border-color: rgb(181,76,71); }
td.TdClassName
{
border-color: #B54C47;
}
.TagClassName
{
border-color: #B54C47;
}
</style>