Shades of Chestnut #B14D3E
Tints of Chestnut #B14D3E
RGB
CMYK
RGB Variations
Color information
#B14D3E (or 0xB14D3E) is known color: Chestnut. HEX triplet: B1, 4D and 3E. RGB value is (177,77,62). Sum of RGB (Red+Green+Blue) = 177+77+62=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 77 (30.47% from 255 or 24.37% from 316); Blue value is 62 (24.61% from 255 or 19.62% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B14D3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B14D3E is #4EB2C1. Grayscale: #696969. Windows color (decimal): -5157570 or 4083121. OLE color: 4083121.
HSL color Cylindrical-coordinate representation of color #B14D3E: hue angle of 7.83º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B14D3E is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 77 | 62 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.31 |
| HSL | 7.83º | 0.48% | 0.47% | - |
| HSV(B) | 7.83º | 0.65% | 0.69% | - |
| XYZ | 21.65 | 15 | 6.31 | - |
| YUV | 105.19 | 103.63 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 77 | 62 | 0 | 0.56 | 0.65 | 0.31 | 7.83 | 0.48 | 0.47 |
| Hex | B1 | 4D | 3E | 0 | 38 | 41 | 1F | 8 | 30 | 2F |
| Octal | 261 | 115 | 76 | 0 | 70 | 101 | 37 | 10 | 60 | 57 |
| Binary | 10110001 | 1001101 | 111110 | 0 | 111000 | 1000001 | 11111 | 1000 | 110000 | 101111 |
Color Harmonies of #B14D3E
Complementary color
Monochromatic Colors of #B14D3E
Black with #B14D3E
Text Example
Text Example
White with #B14D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14D3E; }
p { color: rgb(177,77,62); }
H1.HeaderClassName
{
color: #B14D3E;
}
.AnyTagClassName
{
color: #B14D3E;
}
</style>
background-color css
<style>
a { background-color: #B14D3E; }
a { background-color: rgb(177,77,62); }
div.DivClassName
{
background-color: #B14D3E;
}
.BgClassName
{
background-color: #B14D3E;
}
</style>
border-color css
<style>
span { border-color: #B14D3E; }
span { border-color: rgb(177,77,62); }
td.TdClassName
{
border-color: #B14D3E;
}
.TagClassName
{
border-color: #B14D3E;
}
</style>