Shades of Chestnut #B45353
Tints of Chestnut #B45353
RGB
CMYK
RGB Variations
Color information
#B45353 (or 0xB45353) is known color: Chestnut. HEX triplet: B4, 53 and 53. RGB value is (180,83,83). Sum of RGB (Red+Green+Blue) = 180+83+83=346 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.02% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 83 (32.81% from 255 or 23.99% from 346); Max value from RGB is 180 - color contains mainly: red. Hex color #B45353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45353 is #4BACAC. Grayscale: #707070. Windows color (decimal): -4959405 or 5460916. OLE color: 5460916.
HSL color Cylindrical-coordinate representation of color #B45353: hue angle of 0º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B45353 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 83 | 83 | - |
| CMYK | 0 | 0.54 | 0.54 | 0.29 |
| HSL | 0º | 0.39% | 0.52% | - |
| HSV(B) | 0º | 0.54% | 0.71% | - |
| XYZ | 23.48 | 16.51 | 10.13 | - |
| YUV | 112 | 111.64 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 83 | 83 | 0 | 0.54 | 0.54 | 0.29 | 0 | 0.39 | 0.52 |
| Hex | B4 | 53 | 53 | 0 | 36 | 36 | 1D | 0 | 27 | 34 |
| Octal | 264 | 123 | 123 | 0 | 66 | 66 | 35 | 0 | 47 | 64 |
| Binary | 10110100 | 1010011 | 1010011 | 0 | 110110 | 110110 | 11101 | 0 | 100111 | 110100 |
Color Harmonies of #B45353
Complementary color
Monochromatic Colors of #B45353
Black with #B45353
Text Example
Text Example
White with #B45353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45353; }
p { color: rgb(180,83,83); }
H1.HeaderClassName
{
color: #B45353;
}
.AnyTagClassName
{
color: #B45353;
}
</style>
background-color css
<style>
a { background-color: #B45353; }
a { background-color: rgb(180,83,83); }
div.DivClassName
{
background-color: #B45353;
}
.BgClassName
{
background-color: #B45353;
}
</style>
border-color css
<style>
span { border-color: #B45353; }
span { border-color: rgb(180,83,83); }
td.TdClassName
{
border-color: #B45353;
}
.TagClassName
{
border-color: #B45353;
}
</style>