Shades of Chestnut #B54843
Tints of Chestnut #B54843
RGB
CMYK
RGB Variations
Color information
#B54843 (or 0xB54843) is known color: Chestnut. HEX triplet: B5, 48 and 43. RGB value is (181,72,67). Sum of RGB (Red+Green+Blue) = 181+72+67=320 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.56% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 67 (26.56% from 255 or 20.94% from 320); Max value from RGB is 181 - color contains mainly: red. Hex color #B54843 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54843 is #4AB7BC. Grayscale: #686868. Windows color (decimal): -4896701 or 4409525. OLE color: 4409525.
HSL color Cylindrical-coordinate representation of color #B54843: hue angle of 2.63º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B54843 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 72 | 67 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.29 |
| HSL | 2.63º | 0.46% | 0.49% | - |
| HSV(B) | 2.63º | 0.63% | 0.71% | - |
| XYZ | 22.39 | 14.86 | 7 | - |
| YUV | 104.02 | 107.11 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 72 | 67 | 0 | 0.60 | 0.63 | 0.29 | 2.63 | 0.46 | 0.49 |
| Hex | B5 | 48 | 43 | 0 | 3C | 3F | 1D | 3 | 2E | 31 |
| Octal | 265 | 110 | 103 | 0 | 74 | 77 | 35 | 3 | 56 | 61 |
| Binary | 10110101 | 1001000 | 1000011 | 0 | 111100 | 111111 | 11101 | 11 | 101110 | 110001 |
Color Harmonies of #B54843
Complementary color
Monochromatic Colors of #B54843
Black with #B54843
Text Example
Text Example
White with #B54843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54843; }
p { color: rgb(181,72,67); }
H1.HeaderClassName
{
color: #B54843;
}
.AnyTagClassName
{
color: #B54843;
}
</style>
background-color css
<style>
a { background-color: #B54843; }
a { background-color: rgb(181,72,67); }
div.DivClassName
{
background-color: #B54843;
}
.BgClassName
{
background-color: #B54843;
}
</style>
border-color css
<style>
span { border-color: #B54843; }
span { border-color: rgb(181,72,67); }
td.TdClassName
{
border-color: #B54843;
}
.TagClassName
{
border-color: #B54843;
}
</style>