Shades of Chestnut #B45343
Tints of Chestnut #B45343
RGB
CMYK
RGB Variations
Color information
#B45343 (or 0xB45343) is known color: Chestnut. HEX triplet: B4, 53 and 43. RGB value is (180,83,67). Sum of RGB (Red+Green+Blue) = 180+83+67=330 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.55% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 67 (26.56% from 255 or 20.30% from 330); Max value from RGB is 180 - color contains mainly: red. Hex color #B45343 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45343 is #4BACBC. Grayscale: #6E6E6E. Windows color (decimal): -4959421 or 4412340. OLE color: 4412340.
HSL color Cylindrical-coordinate representation of color #B45343: hue angle of 8.5º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B45343 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 83 | 67 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.29 |
| HSL | 8.5º | 0.46% | 0.48% | - |
| HSV(B) | 8.5º | 0.63% | 0.71% | - |
| XYZ | 22.93 | 16.3 | 7.25 | - |
| YUV | 110.18 | 103.64 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 83 | 67 | 0 | 0.54 | 0.63 | 0.29 | 8.5 | 0.46 | 0.48 |
| Hex | B4 | 53 | 43 | 0 | 36 | 3F | 1D | 8 | 2E | 30 |
| Octal | 264 | 123 | 103 | 0 | 66 | 77 | 35 | 10 | 56 | 60 |
| Binary | 10110100 | 1010011 | 1000011 | 0 | 110110 | 111111 | 11101 | 1000 | 101110 | 110000 |
Color Harmonies of #B45343
Complementary color
Monochromatic Colors of #B45343
Black with #B45343
Text Example
Text Example
White with #B45343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45343; }
p { color: rgb(180,83,67); }
H1.HeaderClassName
{
color: #B45343;
}
.AnyTagClassName
{
color: #B45343;
}
</style>
background-color css
<style>
a { background-color: #B45343; }
a { background-color: rgb(180,83,67); }
div.DivClassName
{
background-color: #B45343;
}
.BgClassName
{
background-color: #B45343;
}
</style>
border-color css
<style>
span { border-color: #B45343; }
span { border-color: rgb(180,83,67); }
td.TdClassName
{
border-color: #B45343;
}
.TagClassName
{
border-color: #B45343;
}
</style>