Shades of Chestnut #B74240
Tints of Chestnut #B74240
RGB
CMYK
RGB Variations
Color information
#B74240 (or 0xB74240) is known color: Chestnut. HEX triplet: B7, 42 and 40. RGB value is (183,66,64). Sum of RGB (Red+Green+Blue) = 183+66+64=313 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.47% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 183 - color contains mainly: red. Hex color #B74240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74240 is #48BDBF. Grayscale: #646464. Windows color (decimal): -4767168 or 4211383. OLE color: 4211383.
HSL color Cylindrical-coordinate representation of color #B74240: hue angle of 1.01º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B74240 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 66 | 64 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.28 |
| HSL | 1.01º | 0.48% | 0.48% | - |
| HSV(B) | 1.01º | 0.65% | 0.72% | - |
| XYZ | 22.4 | 14.33 | 6.44 | - |
| YUV | 100.76 | 107.26 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 66 | 64 | 0 | 0.64 | 0.65 | 0.28 | 1.01 | 0.48 | 0.48 |
| Hex | B7 | 42 | 40 | 0 | 40 | 41 | 1C | 1 | 30 | 30 |
| Octal | 267 | 102 | 100 | 0 | 100 | 101 | 34 | 1 | 60 | 60 |
| Binary | 10110111 | 1000010 | 1000000 | 0 | 1000000 | 1000001 | 11100 | 1 | 110000 | 110000 |
Color Harmonies of #B74240
Complementary color
Monochromatic Colors of #B74240
Black with #B74240
Text Example
Text Example
White with #B74240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74240; }
p { color: rgb(183,66,64); }
H1.HeaderClassName
{
color: #B74240;
}
.AnyTagClassName
{
color: #B74240;
}
</style>
background-color css
<style>
a { background-color: #B74240; }
a { background-color: rgb(183,66,64); }
div.DivClassName
{
background-color: #B74240;
}
.BgClassName
{
background-color: #B74240;
}
</style>
border-color css
<style>
span { border-color: #B74240; }
span { border-color: rgb(183,66,64); }
td.TdClassName
{
border-color: #B74240;
}
.TagClassName
{
border-color: #B74240;
}
</style>