Shades of Chestnut #B34C3F
Tints of Chestnut #B34C3F
RGB
CMYK
RGB Variations
Color information
#B34C3F (or 0xB34C3F) is known color: Chestnut. HEX triplet: B3, 4C and 3F. RGB value is (179,76,63). Sum of RGB (Red+Green+Blue) = 179+76+63=318 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.29% from 318); Green value is 76 (30.08% from 255 or 23.90% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 179 - color contains mainly: red. Hex color #B34C3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34C3F is #4CB3C0. Grayscale: #696969. Windows color (decimal): -5026753 or 4148403. OLE color: 4148403.
HSL color Cylindrical-coordinate representation of color #B34C3F: hue angle of 6.72º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B34C3F is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 76 | 63 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.30 |
| HSL | 6.72º | 0.48% | 0.47% | - |
| HSV(B) | 6.72º | 0.65% | 0.7% | - |
| XYZ | 22.07 | 15.11 | 6.46 | - |
| YUV | 105.32 | 104.12 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 76 | 63 | 0 | 0.58 | 0.65 | 0.30 | 6.72 | 0.48 | 0.47 |
| Hex | B3 | 4C | 3F | 0 | 3A | 41 | 1E | 7 | 30 | 2F |
| Octal | 263 | 114 | 77 | 0 | 72 | 101 | 36 | 7 | 60 | 57 |
| Binary | 10110011 | 1001100 | 111111 | 0 | 111010 | 1000001 | 11110 | 111 | 110000 | 101111 |
Color Harmonies of #B34C3F
Complementary color
Monochromatic Colors of #B34C3F
Black with #B34C3F
Text Example
Text Example
White with #B34C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34C3F; }
p { color: rgb(179,76,63); }
H1.HeaderClassName
{
color: #B34C3F;
}
.AnyTagClassName
{
color: #B34C3F;
}
</style>
background-color css
<style>
a { background-color: #B34C3F; }
a { background-color: rgb(179,76,63); }
div.DivClassName
{
background-color: #B34C3F;
}
.BgClassName
{
background-color: #B34C3F;
}
</style>
border-color css
<style>
span { border-color: #B34C3F; }
span { border-color: rgb(179,76,63); }
td.TdClassName
{
border-color: #B34C3F;
}
.TagClassName
{
border-color: #B34C3F;
}
</style>