Shades of Chestnut #B54A47
Tints of Chestnut #B54A47
RGB
CMYK
RGB Variations
Color information
#B54A47 (or 0xB54A47) is known color: Chestnut. HEX triplet: B5, 4A and 47. RGB value is (181,74,71). Sum of RGB (Red+Green+Blue) = 181+74+71=326 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.52% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 181 - color contains mainly: red. Hex color #B54A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54A47 is #4AB5B8. Grayscale: #696969. Windows color (decimal): -4896185 or 4672181. OLE color: 4672181.
HSL color Cylindrical-coordinate representation of color #B54A47: hue angle of 1.64º 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 #B54A47 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 74 | 71 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.29 |
| HSL | 1.64º | 0.44% | 0.49% | - |
| HSV(B) | 1.64º | 0.61% | 0.71% | - |
| XYZ | 22.64 | 15.18 | 7.7 | - |
| YUV | 105.65 | 108.45 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 74 | 71 | 0 | 0.59 | 0.61 | 0.29 | 1.64 | 0.44 | 0.49 |
| Hex | B5 | 4A | 47 | 0 | 3B | 3D | 1D | 2 | 2C | 31 |
| Octal | 265 | 112 | 107 | 0 | 73 | 75 | 35 | 2 | 54 | 61 |
| Binary | 10110101 | 1001010 | 1000111 | 0 | 111011 | 111101 | 11101 | 10 | 101100 | 110001 |
Color Harmonies of #B54A47
Complementary color
Monochromatic Colors of #B54A47
Black with #B54A47
Text Example
Text Example
White with #B54A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54A47; }
p { color: rgb(181,74,71); }
H1.HeaderClassName
{
color: #B54A47;
}
.AnyTagClassName
{
color: #B54A47;
}
</style>
background-color css
<style>
a { background-color: #B54A47; }
a { background-color: rgb(181,74,71); }
div.DivClassName
{
background-color: #B54A47;
}
.BgClassName
{
background-color: #B54A47;
}
</style>
border-color css
<style>
span { border-color: #B54A47; }
span { border-color: rgb(181,74,71); }
td.TdClassName
{
border-color: #B54A47;
}
.TagClassName
{
border-color: #B54A47;
}
</style>