Shades of Chestnut #B55346
Tints of Chestnut #B55346
RGB
CMYK
RGB Variations
Color information
#B55346 (or 0xB55346) is known color: Chestnut. HEX triplet: B5, 53 and 46. RGB value is (181,83,70). Sum of RGB (Red+Green+Blue) = 181+83+70=334 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.19% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 181 - color contains mainly: red. Hex color #B55346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55346 is #4AACB9. Grayscale: #6E6E6E. Windows color (decimal): -4893882 or 4608949. OLE color: 4608949.
HSL color Cylindrical-coordinate representation of color #B55346: hue angle of 7.03º 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 #B55346 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 83 | 70 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.29 |
| HSL | 7.03º | 0.44% | 0.49% | - |
| HSV(B) | 7.03º | 0.61% | 0.71% | - |
| XYZ | 23.25 | 16.45 | 7.74 | - |
| YUV | 110.82 | 104.97 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 83 | 70 | 0 | 0.54 | 0.61 | 0.29 | 7.03 | 0.44 | 0.49 |
| Hex | B5 | 53 | 46 | 0 | 36 | 3D | 1D | 7 | 2C | 31 |
| Octal | 265 | 123 | 106 | 0 | 66 | 75 | 35 | 7 | 54 | 61 |
| Binary | 10110101 | 1010011 | 1000110 | 0 | 110110 | 111101 | 11101 | 111 | 101100 | 110001 |
Color Harmonies of #B55346
Complementary color
Monochromatic Colors of #B55346
Black with #B55346
Text Example
Text Example
White with #B55346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55346; }
p { color: rgb(181,83,70); }
H1.HeaderClassName
{
color: #B55346;
}
.AnyTagClassName
{
color: #B55346;
}
</style>
background-color css
<style>
a { background-color: #B55346; }
a { background-color: rgb(181,83,70); }
div.DivClassName
{
background-color: #B55346;
}
.BgClassName
{
background-color: #B55346;
}
</style>
border-color css
<style>
span { border-color: #B55346; }
span { border-color: rgb(181,83,70); }
td.TdClassName
{
border-color: #B55346;
}
.TagClassName
{
border-color: #B55346;
}
</style>