Shades of Chestnut #B74D4B
Tints of Chestnut #B74D4B
RGB
CMYK
RGB Variations
Color information
#B74D4B (or 0xB74D4B) is known color: Chestnut. HEX triplet: B7, 4D and 4B. RGB value is (183,77,75). Sum of RGB (Red+Green+Blue) = 183+77+75=335 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.63% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 183 - color contains mainly: red. Hex color #B74D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B74D4B is #48B2B4. Grayscale: #6C6C6C. Windows color (decimal): -4764341 or 4935095. OLE color: 4935095.
HSL color Cylindrical-coordinate representation of color #B74D4B: hue angle of 1.11º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B74D4B is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 77 | 75 | - |
| CMYK | 0 | 0.58 | 0.59 | 0.28 |
| HSL | 1.11º | 0.43% | 0.51% | - |
| HSV(B) | 1.11º | 0.59% | 0.72% | - |
| XYZ | 23.45 | 15.88 | 8.49 | - |
| YUV | 108.47 | 109.12 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 77 | 75 | 0 | 0.58 | 0.59 | 0.28 | 1.11 | 0.43 | 0.51 |
| Hex | B7 | 4D | 4B | 0 | 3A | 3B | 1C | 1 | 2B | 33 |
| Octal | 267 | 115 | 113 | 0 | 72 | 73 | 34 | 1 | 53 | 63 |
| Binary | 10110111 | 1001101 | 1001011 | 0 | 111010 | 111011 | 11100 | 1 | 101011 | 110011 |
Color Harmonies of #B74D4B
Complementary color
Monochromatic Colors of #B74D4B
Black with #B74D4B
Text Example
Text Example
White with #B74D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74D4B; }
p { color: rgb(183,77,75); }
H1.HeaderClassName
{
color: #B74D4B;
}
.AnyTagClassName
{
color: #B74D4B;
}
</style>
background-color css
<style>
a { background-color: #B74D4B; }
a { background-color: rgb(183,77,75); }
div.DivClassName
{
background-color: #B74D4B;
}
.BgClassName
{
background-color: #B74D4B;
}
</style>
border-color css
<style>
span { border-color: #B74D4B; }
span { border-color: rgb(183,77,75); }
td.TdClassName
{
border-color: #B74D4B;
}
.TagClassName
{
border-color: #B74D4B;
}
</style>