Shades of Chestnut #B34945
Tints of Chestnut #B34945
RGB
CMYK
RGB Variations
Color information
#B34945 (or 0xB34945) is known color: Chestnut. HEX triplet: B3, 49 and 45. RGB value is (179,73,69). Sum of RGB (Red+Green+Blue) = 179+73+69=321 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.76% from 321); Green value is 73 (28.91% from 255 or 22.74% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 179 - color contains mainly: red. Hex color #B34945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34945 is #4CB6BA. Grayscale: #686868. Windows color (decimal): -5027515 or 4540851. OLE color: 4540851.
HSL color Cylindrical-coordinate representation of color #B34945: hue angle of 2.18º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B34945 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 73 | 69 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.30 |
| HSL | 2.18º | 0.44% | 0.49% | - |
| HSV(B) | 2.18º | 0.61% | 0.7% | - |
| XYZ | 22.05 | 14.78 | 7.32 | - |
| YUV | 104.24 | 108.12 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 73 | 69 | 0 | 0.59 | 0.61 | 0.30 | 2.18 | 0.44 | 0.49 |
| Hex | B3 | 49 | 45 | 0 | 3B | 3D | 1E | 2 | 2C | 31 |
| Octal | 263 | 111 | 105 | 0 | 73 | 75 | 36 | 2 | 54 | 61 |
| Binary | 10110011 | 1001001 | 1000101 | 0 | 111011 | 111101 | 11110 | 10 | 101100 | 110001 |
Color Harmonies of #B34945
Complementary color
Monochromatic Colors of #B34945
Black with #B34945
Text Example
Text Example
White with #B34945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34945; }
p { color: rgb(179,73,69); }
H1.HeaderClassName
{
color: #B34945;
}
.AnyTagClassName
{
color: #B34945;
}
</style>
background-color css
<style>
a { background-color: #B34945; }
a { background-color: rgb(179,73,69); }
div.DivClassName
{
background-color: #B34945;
}
.BgClassName
{
background-color: #B34945;
}
</style>
border-color css
<style>
span { border-color: #B34945; }
span { border-color: rgb(179,73,69); }
td.TdClassName
{
border-color: #B34945;
}
.TagClassName
{
border-color: #B34945;
}
</style>