Shades of Chestnut #B74943
Tints of Chestnut #B74943
RGB
CMYK
RGB Variations
Color information
#B74943 (or 0xB74943) is known color: Chestnut. HEX triplet: B7, 49 and 43. RGB value is (183,73,67). Sum of RGB (Red+Green+Blue) = 183+73+67=323 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.66% from 323); Green value is 73 (28.91% from 255 or 22.60% from 323); Blue value is 67 (26.56% from 255 or 20.74% from 323); Max value from RGB is 183 - color contains mainly: red. Hex color #B74943 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74943 is #48B6BC. Grayscale: #696969. Windows color (decimal): -4765373 or 4409783. OLE color: 4409783.
HSL color Cylindrical-coordinate representation of color #B74943: hue angle of 3.1º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B74943 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 73 | 67 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.28 |
| HSL | 3.1º | 0.46% | 0.49% | - |
| HSV(B) | 3.1º | 0.63% | 0.72% | - |
| XYZ | 22.92 | 15.24 | 7.04 | - |
| YUV | 105.21 | 106.44 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 73 | 67 | 0 | 0.60 | 0.63 | 0.28 | 3.1 | 0.46 | 0.49 |
| Hex | B7 | 49 | 43 | 0 | 3C | 3F | 1C | 3 | 2E | 31 |
| Octal | 267 | 111 | 103 | 0 | 74 | 77 | 34 | 3 | 56 | 61 |
| Binary | 10110111 | 1001001 | 1000011 | 0 | 111100 | 111111 | 11100 | 11 | 101110 | 110001 |
Color Harmonies of #B74943
Complementary color
Monochromatic Colors of #B74943
Black with #B74943
Text Example
Text Example
White with #B74943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74943; }
p { color: rgb(183,73,67); }
H1.HeaderClassName
{
color: #B74943;
}
.AnyTagClassName
{
color: #B74943;
}
</style>
background-color css
<style>
a { background-color: #B74943; }
a { background-color: rgb(183,73,67); }
div.DivClassName
{
background-color: #B74943;
}
.BgClassName
{
background-color: #B74943;
}
</style>
border-color css
<style>
span { border-color: #B74943; }
span { border-color: rgb(183,73,67); }
td.TdClassName
{
border-color: #B74943;
}
.TagClassName
{
border-color: #B74943;
}
</style>