Shades of Chestnut #B7443F
Tints of Chestnut #B7443F
RGB
CMYK
RGB Variations
Color information
#B7443F (or 0xB7443F) is known color: Chestnut. HEX triplet: B7, 44 and 3F. RGB value is (183,68,63). Sum of RGB (Red+Green+Blue) = 183+68+63=314 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.28% from 314); Green value is 68 (26.95% from 255 or 21.66% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 183 - color contains mainly: red. Hex color #B7443F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7443F is #48BBC0. Grayscale: #656565. Windows color (decimal): -4766657 or 4146359. OLE color: 4146359.
HSL color Cylindrical-coordinate representation of color #B7443F: hue angle of 2.5º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B7443F is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 68 | 63 | - |
| CMYK | 0 | 0.63 | 0.66 | 0.28 |
| HSL | 2.5º | 0.49% | 0.48% | - |
| HSV(B) | 2.5º | 0.66% | 0.72% | - |
| XYZ | 22.49 | 14.56 | 6.33 | - |
| YUV | 101.82 | 106.1 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 63 | 0 | 0.63 | 0.66 | 0.28 | 2.5 | 0.49 | 0.48 |
| Hex | B7 | 44 | 3F | 0 | 3F | 42 | 1C | 2 | 31 | 30 |
| Octal | 267 | 104 | 77 | 0 | 77 | 102 | 34 | 2 | 61 | 60 |
| Binary | 10110111 | 1000100 | 111111 | 0 | 111111 | 1000010 | 11100 | 10 | 110001 | 110000 |
Color Harmonies of #B7443F
Complementary color
Monochromatic Colors of #B7443F
Black with #B7443F
Text Example
Text Example
White with #B7443F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7443F; }
p { color: rgb(183,68,63); }
H1.HeaderClassName
{
color: #B7443F;
}
.AnyTagClassName
{
color: #B7443F;
}
</style>
background-color css
<style>
a { background-color: #B7443F; }
a { background-color: rgb(183,68,63); }
div.DivClassName
{
background-color: #B7443F;
}
.BgClassName
{
background-color: #B7443F;
}
</style>
border-color css
<style>
span { border-color: #B7443F; }
span { border-color: rgb(183,68,63); }
td.TdClassName
{
border-color: #B7443F;
}
.TagClassName
{
border-color: #B7443F;
}
</style>