Shades of Chestnut #B54842
Tints of Chestnut #B54842
RGB
CMYK
RGB Variations
Color information
#B54842 (or 0xB54842) is known color: Chestnut. HEX triplet: B5, 48 and 42. RGB value is (181,72,66). Sum of RGB (Red+Green+Blue) = 181+72+66=319 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.74% from 319); Green value is 72 (28.52% from 255 or 22.57% from 319); Blue value is 66 (26.17% from 255 or 20.69% from 319); Max value from RGB is 181 - color contains mainly: red. Hex color #B54842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54842 is #4AB7BD. Grayscale: #686868. Windows color (decimal): -4896702 or 4343989. OLE color: 4343989.
HSL color Cylindrical-coordinate representation of color #B54842: hue angle of 3.13º 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 #B54842 is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 72 | 66 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.29 |
| HSL | 3.13º | 0.47% | 0.48% | - |
| HSV(B) | 3.13º | 0.64% | 0.71% | - |
| XYZ | 22.36 | 14.85 | 6.84 | - |
| YUV | 103.91 | 106.61 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 72 | 66 | 0 | 0.60 | 0.64 | 0.29 | 3.13 | 0.47 | 0.48 |
| Hex | B5 | 48 | 42 | 0 | 3C | 40 | 1D | 3 | 2F | 30 |
| Octal | 265 | 110 | 102 | 0 | 74 | 100 | 35 | 3 | 57 | 60 |
| Binary | 10110101 | 1001000 | 1000010 | 0 | 111100 | 1000000 | 11101 | 11 | 101111 | 110000 |
Color Harmonies of #B54842
Complementary color
Monochromatic Colors of #B54842
Black with #B54842
Text Example
Text Example
White with #B54842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54842; }
p { color: rgb(181,72,66); }
H1.HeaderClassName
{
color: #B54842;
}
.AnyTagClassName
{
color: #B54842;
}
</style>
background-color css
<style>
a { background-color: #B54842; }
a { background-color: rgb(181,72,66); }
div.DivClassName
{
background-color: #B54842;
}
.BgClassName
{
background-color: #B54842;
}
</style>
border-color css
<style>
span { border-color: #B54842; }
span { border-color: rgb(181,72,66); }
td.TdClassName
{
border-color: #B54842;
}
.TagClassName
{
border-color: #B54842;
}
</style>