Shades of Chestnut #B5544C
Tints of Chestnut #B5544C
RGB
CMYK
RGB Variations
Color information
#B5544C (or 0xB5544C) is known color: Chestnut. HEX triplet: B5, 54 and 4C. RGB value is (181,84,76). Sum of RGB (Red+Green+Blue) = 181+84+76=341 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.08% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 181 - color contains mainly: red. Hex color #B5544C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5544C is #4AABB3. Grayscale: #707070. Windows color (decimal): -4893620 or 5002421. OLE color: 5002421.
HSL color Cylindrical-coordinate representation of color #B5544C: hue angle of 4.57º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B5544C is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 84 | 76 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.29 |
| HSL | 4.57º | 0.42% | 0.5% | - |
| HSV(B) | 4.57º | 0.58% | 0.71% | - |
| XYZ | 23.53 | 16.69 | 8.82 | - |
| YUV | 112.09 | 107.64 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 84 | 76 | 0 | 0.54 | 0.58 | 0.29 | 4.57 | 0.42 | 0.5 |
| Hex | B5 | 54 | 4C | 0 | 36 | 3A | 1D | 5 | 2A | 32 |
| Octal | 265 | 124 | 114 | 0 | 66 | 72 | 35 | 5 | 52 | 62 |
| Binary | 10110101 | 1010100 | 1001100 | 0 | 110110 | 111010 | 11101 | 101 | 101010 | 110010 |
Color Harmonies of #B5544C
Complementary color
Monochromatic Colors of #B5544C
Black with #B5544C
Text Example
Text Example
White with #B5544C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5544C; }
p { color: rgb(181,84,76); }
H1.HeaderClassName
{
color: #B5544C;
}
.AnyTagClassName
{
color: #B5544C;
}
</style>
background-color css
<style>
a { background-color: #B5544C; }
a { background-color: rgb(181,84,76); }
div.DivClassName
{
background-color: #B5544C;
}
.BgClassName
{
background-color: #B5544C;
}
</style>
border-color css
<style>
span { border-color: #B5544C; }
span { border-color: rgb(181,84,76); }
td.TdClassName
{
border-color: #B5544C;
}
.TagClassName
{
border-color: #B5544C;
}
</style>