Shades of Chestnut #B34944
Tints of Chestnut #B34944
RGB
CMYK
RGB Variations
Color information
#B34944 (or 0xB34944) is known color: Chestnut. HEX triplet: B3, 49 and 44. RGB value is (179,73,68). Sum of RGB (Red+Green+Blue) = 179+73+68=320 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.94% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 179 - color contains mainly: red. Hex color #B34944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34944 is #4CB6BB. Grayscale: #686868. Windows color (decimal): -5027516 or 4475315. OLE color: 4475315.
HSL color Cylindrical-coordinate representation of color #B34944: hue angle of 2.7º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B34944 is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 73 | 68 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.30 |
| HSL | 2.7º | 0.45% | 0.48% | - |
| HSV(B) | 2.7º | 0.62% | 0.7% | - |
| XYZ | 22.02 | 14.77 | 7.16 | - |
| YUV | 104.12 | 107.62 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 73 | 68 | 0 | 0.59 | 0.62 | 0.30 | 2.7 | 0.45 | 0.48 |
| Hex | B3 | 49 | 44 | 0 | 3B | 3E | 1E | 3 | 2D | 30 |
| Octal | 263 | 111 | 104 | 0 | 73 | 76 | 36 | 3 | 55 | 60 |
| Binary | 10110011 | 1001001 | 1000100 | 0 | 111011 | 111110 | 11110 | 11 | 101101 | 110000 |
Color Harmonies of #B34944
Complementary color
Monochromatic Colors of #B34944
Black with #B34944
Text Example
Text Example
White with #B34944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34944; }
p { color: rgb(179,73,68); }
H1.HeaderClassName
{
color: #B34944;
}
.AnyTagClassName
{
color: #B34944;
}
</style>
background-color css
<style>
a { background-color: #B34944; }
a { background-color: rgb(179,73,68); }
div.DivClassName
{
background-color: #B34944;
}
.BgClassName
{
background-color: #B34944;
}
</style>
border-color css
<style>
span { border-color: #B34944; }
span { border-color: rgb(179,73,68); }
td.TdClassName
{
border-color: #B34944;
}
.TagClassName
{
border-color: #B34944;
}
</style>