Shades of Chestnut #B74A41
Tints of Chestnut #B74A41
RGB
CMYK
RGB Variations
Color information
#B74A41 (or 0xB74A41) is known color: Chestnut. HEX triplet: B7, 4A and 41. RGB value is (183,74,65). Sum of RGB (Red+Green+Blue) = 183+74+65=322 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.83% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 183 - color contains mainly: red. Hex color #B74A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74A41 is #48B5BE. Grayscale: #696969. Windows color (decimal): -4765119 or 4278967. OLE color: 4278967.
HSL color Cylindrical-coordinate representation of color #B74A41: hue angle of 4.58º 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 #B74A41 is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 74 | 65 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.28 |
| HSL | 4.58º | 0.48% | 0.49% | - |
| HSV(B) | 4.58º | 0.64% | 0.72% | - |
| XYZ | 22.93 | 15.35 | 6.75 | - |
| YUV | 105.57 | 105.11 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 74 | 65 | 0 | 0.60 | 0.64 | 0.28 | 4.58 | 0.48 | 0.49 |
| Hex | B7 | 4A | 41 | 0 | 3C | 40 | 1C | 5 | 30 | 31 |
| Octal | 267 | 112 | 101 | 0 | 74 | 100 | 34 | 5 | 60 | 61 |
| Binary | 10110111 | 1001010 | 1000001 | 0 | 111100 | 1000000 | 11100 | 101 | 110000 | 110001 |
Color Harmonies of #B74A41
Complementary color
Monochromatic Colors of #B74A41
Black with #B74A41
Text Example
Text Example
White with #B74A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74A41; }
p { color: rgb(183,74,65); }
H1.HeaderClassName
{
color: #B74A41;
}
.AnyTagClassName
{
color: #B74A41;
}
</style>
background-color css
<style>
a { background-color: #B74A41; }
a { background-color: rgb(183,74,65); }
div.DivClassName
{
background-color: #B74A41;
}
.BgClassName
{
background-color: #B74A41;
}
</style>
border-color css
<style>
span { border-color: #B74A41; }
span { border-color: rgb(183,74,65); }
td.TdClassName
{
border-color: #B74A41;
}
.TagClassName
{
border-color: #B74A41;
}
</style>