Shades of Chestnut #B3554D
Tints of Chestnut #B3554D
RGB
CMYK
RGB Variations
Color information
#B3554D (or 0xB3554D) is known color: Chestnut. HEX triplet: B3, 55 and 4D. RGB value is (179,85,77). Sum of RGB (Red+Green+Blue) = 179+85+77=341 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.49% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 179 - color contains mainly: red. Hex color #B3554D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3554D is #4CAAB2. Grayscale: #707070. Windows color (decimal): -5024435 or 5068211. OLE color: 5068211.
HSL color Cylindrical-coordinate representation of color #B3554D: hue angle of 4.71º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B3554D is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 85 | 77 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.30 |
| HSL | 4.71º | 0.4% | 0.5% | - |
| HSV(B) | 4.71º | 0.57% | 0.7% | - |
| XYZ | 23.18 | 16.62 | 9.01 | - |
| YUV | 112.19 | 108.14 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 85 | 77 | 0 | 0.53 | 0.57 | 0.30 | 4.71 | 0.4 | 0.5 |
| Hex | B3 | 55 | 4D | 0 | 35 | 39 | 1E | 5 | 28 | 32 |
| Octal | 263 | 125 | 115 | 0 | 65 | 71 | 36 | 5 | 50 | 62 |
| Binary | 10110011 | 1010101 | 1001101 | 0 | 110101 | 111001 | 11110 | 101 | 101000 | 110010 |
Color Harmonies of #B3554D
Complementary color
Monochromatic Colors of #B3554D
Black with #B3554D
Text Example
Text Example
White with #B3554D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3554D; }
p { color: rgb(179,85,77); }
H1.HeaderClassName
{
color: #B3554D;
}
.AnyTagClassName
{
color: #B3554D;
}
</style>
background-color css
<style>
a { background-color: #B3554D; }
a { background-color: rgb(179,85,77); }
div.DivClassName
{
background-color: #B3554D;
}
.BgClassName
{
background-color: #B3554D;
}
</style>
border-color css
<style>
span { border-color: #B3554D; }
span { border-color: rgb(179,85,77); }
td.TdClassName
{
border-color: #B3554D;
}
.TagClassName
{
border-color: #B3554D;
}
</style>