Shades of Chestnut #B74443
Tints of Chestnut #B74443
RGB
CMYK
RGB Variations
Color information
#B74443 (or 0xB74443) is known color: Chestnut. HEX triplet: B7, 44 and 43. RGB value is (183,68,67). Sum of RGB (Red+Green+Blue) = 183+68+67=318 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.55% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 67 (26.56% from 255 or 21.07% from 318); Max value from RGB is 183 - color contains mainly: red. Hex color #B74443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74443 is #48BBBC. Grayscale: #666666. Windows color (decimal): -4766653 or 4408503. OLE color: 4408503.
HSL color Cylindrical-coordinate representation of color #B74443: hue angle of 0.52º 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 #B74443 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 68 | 67 | - |
| CMYK | 0 | 0.63 | 0.63 | 0.28 |
| HSL | 0.52º | 0.46% | 0.49% | - |
| HSV(B) | 0.52º | 0.63% | 0.72% | - |
| XYZ | 22.61 | 14.61 | 6.94 | - |
| YUV | 102.27 | 108.1 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 67 | 0 | 0.63 | 0.63 | 0.28 | 0.52 | 0.46 | 0.49 |
| Hex | B7 | 44 | 43 | 0 | 3F | 3F | 1C | 1 | 2E | 31 |
| Octal | 267 | 104 | 103 | 0 | 77 | 77 | 34 | 1 | 56 | 61 |
| Binary | 10110111 | 1000100 | 1000011 | 0 | 111111 | 111111 | 11100 | 1 | 101110 | 110001 |
Color Harmonies of #B74443
Complementary color
Monochromatic Colors of #B74443
Black with #B74443
Text Example
Text Example
White with #B74443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74443; }
p { color: rgb(183,68,67); }
H1.HeaderClassName
{
color: #B74443;
}
.AnyTagClassName
{
color: #B74443;
}
</style>
background-color css
<style>
a { background-color: #B74443; }
a { background-color: rgb(183,68,67); }
div.DivClassName
{
background-color: #B74443;
}
.BgClassName
{
background-color: #B74443;
}
</style>
border-color css
<style>
span { border-color: #B74443; }
span { border-color: rgb(183,68,67); }
td.TdClassName
{
border-color: #B74443;
}
.TagClassName
{
border-color: #B74443;
}
</style>