Shades of Chestnut #B74E41
Tints of Chestnut #B74E41
RGB
CMYK
RGB Variations
Color information
#B74E41 (or 0xB74E41) is known color: Chestnut. HEX triplet: B7, 4E and 41. RGB value is (183,78,65). Sum of RGB (Red+Green+Blue) = 183+78+65=326 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.13% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 183 - color contains mainly: red. Hex color #B74E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B74E41 is #48B1BE. Grayscale: #6C6C6C. Windows color (decimal): -4764095 or 4279991. OLE color: 4279991.
HSL color Cylindrical-coordinate representation of color #B74E41: hue angle of 6.61º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B74E41 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 78 | 65 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.28 |
| HSL | 6.61º | 0.48% | 0.49% | - |
| HSV(B) | 6.61º | 0.64% | 0.72% | - |
| XYZ | 23.21 | 15.9 | 6.85 | - |
| YUV | 107.91 | 103.79 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 78 | 65 | 0 | 0.57 | 0.64 | 0.28 | 6.61 | 0.48 | 0.49 |
| Hex | B7 | 4E | 41 | 0 | 39 | 40 | 1C | 7 | 30 | 31 |
| Octal | 267 | 116 | 101 | 0 | 71 | 100 | 34 | 7 | 60 | 61 |
| Binary | 10110111 | 1001110 | 1000001 | 0 | 111001 | 1000000 | 11100 | 111 | 110000 | 110001 |
Color Harmonies of #B74E41
Complementary color
Monochromatic Colors of #B74E41
Black with #B74E41
Text Example
Text Example
White with #B74E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74E41; }
p { color: rgb(183,78,65); }
H1.HeaderClassName
{
color: #B74E41;
}
.AnyTagClassName
{
color: #B74E41;
}
</style>
background-color css
<style>
a { background-color: #B74E41; }
a { background-color: rgb(183,78,65); }
div.DivClassName
{
background-color: #B74E41;
}
.BgClassName
{
background-color: #B74E41;
}
</style>
border-color css
<style>
span { border-color: #B74E41; }
span { border-color: rgb(183,78,65); }
td.TdClassName
{
border-color: #B74E41;
}
.TagClassName
{
border-color: #B74E41;
}
</style>