Shades of Chestnut #B74441
Tints of Chestnut #B74441
RGB
CMYK
RGB Variations
Color information
#B74441 (or 0xB74441) is known color: Chestnut. HEX triplet: B7, 44 and 41. RGB value is (183,68,65). Sum of RGB (Red+Green+Blue) = 183+68+65=316 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.91% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 183 - color contains mainly: red. Hex color #B74441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74441 is #48BBBE. Grayscale: #666666. Windows color (decimal): -4766655 or 4277431. OLE color: 4277431.
HSL color Cylindrical-coordinate representation of color #B74441: hue angle of 1.53º 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 #B74441 is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 68 | 65 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.28 |
| HSL | 1.53º | 0.48% | 0.49% | - |
| HSV(B) | 1.53º | 0.64% | 0.72% | - |
| XYZ | 22.55 | 14.58 | 6.63 | - |
| YUV | 102.04 | 107.1 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 65 | 0 | 0.63 | 0.64 | 0.28 | 1.53 | 0.48 | 0.49 |
| Hex | B7 | 44 | 41 | 0 | 3F | 40 | 1C | 2 | 30 | 31 |
| Octal | 267 | 104 | 101 | 0 | 77 | 100 | 34 | 2 | 60 | 61 |
| Binary | 10110111 | 1000100 | 1000001 | 0 | 111111 | 1000000 | 11100 | 10 | 110000 | 110001 |
Color Harmonies of #B74441
Complementary color
Monochromatic Colors of #B74441
Black with #B74441
Text Example
Text Example
White with #B74441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74441; }
p { color: rgb(183,68,65); }
H1.HeaderClassName
{
color: #B74441;
}
.AnyTagClassName
{
color: #B74441;
}
</style>
background-color css
<style>
a { background-color: #B74441; }
a { background-color: rgb(183,68,65); }
div.DivClassName
{
background-color: #B74441;
}
.BgClassName
{
background-color: #B74441;
}
</style>
border-color css
<style>
span { border-color: #B74441; }
span { border-color: rgb(183,68,65); }
td.TdClassName
{
border-color: #B74441;
}
.TagClassName
{
border-color: #B74441;
}
</style>