Shades of Chestnut #B54643
Tints of Chestnut #B54643
RGB
CMYK
RGB Variations
Color information
#B54643 (or 0xB54643) is known color: Chestnut. HEX triplet: B5, 46 and 43. RGB value is (181,70,67). Sum of RGB (Red+Green+Blue) = 181+70+67=318 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.92% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 67 (26.56% from 255 or 21.07% from 318); Max value from RGB is 181 - color contains mainly: red. Hex color #B54643 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54643 is #4AB9BC. Grayscale: #666666. Windows color (decimal): -4897213 or 4409013. OLE color: 4409013.
HSL color Cylindrical-coordinate representation of color #B54643: hue angle of 1.58º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B54643 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 70 | 67 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.29 |
| HSL | 1.58º | 0.46% | 0.49% | - |
| HSV(B) | 1.58º | 0.63% | 0.71% | - |
| XYZ | 22.26 | 14.61 | 6.96 | - |
| YUV | 102.85 | 107.77 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 70 | 67 | 0 | 0.61 | 0.63 | 0.29 | 1.58 | 0.46 | 0.49 |
| Hex | B5 | 46 | 43 | 0 | 3D | 3F | 1D | 2 | 2E | 31 |
| Octal | 265 | 106 | 103 | 0 | 75 | 77 | 35 | 2 | 56 | 61 |
| Binary | 10110101 | 1000110 | 1000011 | 0 | 111101 | 111111 | 11101 | 10 | 101110 | 110001 |
Color Harmonies of #B54643
Complementary color
Monochromatic Colors of #B54643
Black with #B54643
Text Example
Text Example
White with #B54643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54643; }
p { color: rgb(181,70,67); }
H1.HeaderClassName
{
color: #B54643;
}
.AnyTagClassName
{
color: #B54643;
}
</style>
background-color css
<style>
a { background-color: #B54643; }
a { background-color: rgb(181,70,67); }
div.DivClassName
{
background-color: #B54643;
}
.BgClassName
{
background-color: #B54643;
}
</style>
border-color css
<style>
span { border-color: #B54643; }
span { border-color: rgb(181,70,67); }
td.TdClassName
{
border-color: #B54643;
}
.TagClassName
{
border-color: #B54643;
}
</style>