Shades of Chestnut #B54543
Tints of Chestnut #B54543
RGB
CMYK
RGB Variations
Color information
#B54543 (or 0xB54543) is known color: Chestnut. HEX triplet: B5, 45 and 43. RGB value is (181,69,67). Sum of RGB (Red+Green+Blue) = 181+69+67=317 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.10% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 67 (26.56% from 255 or 21.14% from 317); Max value from RGB is 181 - color contains mainly: red. Hex color #B54543 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54543 is #4ABABC. Grayscale: #666666. Windows color (decimal): -4897469 or 4408757. OLE color: 4408757.
HSL color Cylindrical-coordinate representation of color #B54543: hue angle of 1.05º 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 #B54543 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 69 | 67 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.29 |
| HSL | 1.05º | 0.46% | 0.49% | - |
| HSV(B) | 1.05º | 0.63% | 0.71% | - |
| XYZ | 22.2 | 14.49 | 6.94 | - |
| YUV | 102.26 | 108.11 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 69 | 67 | 0 | 0.62 | 0.63 | 0.29 | 1.05 | 0.46 | 0.49 |
| Hex | B5 | 45 | 43 | 0 | 3E | 3F | 1D | 1 | 2E | 31 |
| Octal | 265 | 105 | 103 | 0 | 76 | 77 | 35 | 1 | 56 | 61 |
| Binary | 10110101 | 1000101 | 1000011 | 0 | 111110 | 111111 | 11101 | 1 | 101110 | 110001 |
Color Harmonies of #B54543
Complementary color
Monochromatic Colors of #B54543
Black with #B54543
Text Example
Text Example
White with #B54543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54543; }
p { color: rgb(181,69,67); }
H1.HeaderClassName
{
color: #B54543;
}
.AnyTagClassName
{
color: #B54543;
}
</style>
background-color css
<style>
a { background-color: #B54543; }
a { background-color: rgb(181,69,67); }
div.DivClassName
{
background-color: #B54543;
}
.BgClassName
{
background-color: #B54543;
}
</style>
border-color css
<style>
span { border-color: #B54543; }
span { border-color: rgb(181,69,67); }
td.TdClassName
{
border-color: #B54543;
}
.TagClassName
{
border-color: #B54543;
}
</style>