Shades of Chestnut #B5493D
Tints of Chestnut #B5493D
RGB
CMYK
RGB Variations
Color information
#B5493D (or 0xB5493D) is known color: Chestnut. HEX triplet: B5, 49 and 3D. RGB value is (181,73,61). Sum of RGB (Red+Green+Blue) = 181+73+61=315 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.46% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 181 - color contains mainly: red. Hex color #B5493D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5493D is #4AB6C2. Grayscale: #686868. Windows color (decimal): -4896451 or 4016565. OLE color: 4016565.
HSL color Cylindrical-coordinate representation of color #B5493D: hue angle of 6º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B5493D is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 73 | 61 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.29 |
| HSL | 6º | 0.5% | 0.47% | - |
| HSV(B) | 6º | 0.66% | 0.71% | - |
| XYZ | 22.28 | 14.93 | 6.12 | - |
| YUV | 103.92 | 103.78 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 73 | 61 | 0 | 0.60 | 0.66 | 0.29 | 6 | 0.5 | 0.47 |
| Hex | B5 | 49 | 3D | 0 | 3C | 42 | 1D | 6 | 32 | 2F |
| Octal | 265 | 111 | 75 | 0 | 74 | 102 | 35 | 6 | 62 | 57 |
| Binary | 10110101 | 1001001 | 111101 | 0 | 111100 | 1000010 | 11101 | 110 | 110010 | 101111 |
Color Harmonies of #B5493D
Complementary color
Monochromatic Colors of #B5493D
Black with #B5493D
Text Example
Text Example
White with #B5493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5493D; }
p { color: rgb(181,73,61); }
H1.HeaderClassName
{
color: #B5493D;
}
.AnyTagClassName
{
color: #B5493D;
}
</style>
background-color css
<style>
a { background-color: #B5493D; }
a { background-color: rgb(181,73,61); }
div.DivClassName
{
background-color: #B5493D;
}
.BgClassName
{
background-color: #B5493D;
}
</style>
border-color css
<style>
span { border-color: #B5493D; }
span { border-color: rgb(181,73,61); }
td.TdClassName
{
border-color: #B5493D;
}
.TagClassName
{
border-color: #B5493D;
}
</style>