Shades of Chestnut #B45441
Tints of Chestnut #B45441
RGB
CMYK
RGB Variations
Color information
#B45441 (or 0xB45441) is known color: Chestnut. HEX triplet: B4, 54 and 41. RGB value is (180,84,65). Sum of RGB (Red+Green+Blue) = 180+84+65=329 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.71% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 180 - color contains mainly: red. Hex color #B45441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45441 is #4BABBE. Grayscale: #6E6E6E. Windows color (decimal): -4959167 or 4281524. OLE color: 4281524.
HSL color Cylindrical-coordinate representation of color #B45441: hue angle of 9.91º 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 #B45441 is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 84 | 65 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.29 |
| HSL | 9.91º | 0.47% | 0.48% | - |
| HSV(B) | 9.91º | 0.64% | 0.71% | - |
| XYZ | 22.95 | 16.43 | 6.96 | - |
| YUV | 110.54 | 102.3 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 84 | 65 | 0 | 0.53 | 0.64 | 0.29 | 9.91 | 0.47 | 0.48 |
| Hex | B4 | 54 | 41 | 0 | 35 | 40 | 1D | A | 2F | 30 |
| Octal | 264 | 124 | 101 | 0 | 65 | 100 | 35 | 12 | 57 | 60 |
| Binary | 10110100 | 1010100 | 1000001 | 0 | 110101 | 1000000 | 11101 | 1010 | 101111 | 110000 |
Color Harmonies of #B45441
Complementary color
Monochromatic Colors of #B45441
Black with #B45441
Text Example
Text Example
White with #B45441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45441; }
p { color: rgb(180,84,65); }
H1.HeaderClassName
{
color: #B45441;
}
.AnyTagClassName
{
color: #B45441;
}
</style>
background-color css
<style>
a { background-color: #B45441; }
a { background-color: rgb(180,84,65); }
div.DivClassName
{
background-color: #B45441;
}
.BgClassName
{
background-color: #B45441;
}
</style>
border-color css
<style>
span { border-color: #B45441; }
span { border-color: rgb(180,84,65); }
td.TdClassName
{
border-color: #B45441;
}
.TagClassName
{
border-color: #B45441;
}
</style>