Shades of Chocolate #D3541B
Tints of Chocolate #D3541B
RGB
CMYK
RGB Variations
Color information
#D3541B (or 0xD3541B) is known color: Chocolate. HEX triplet: D3, 54 and 1B. RGB value is (211,84,27). Sum of RGB (Red+Green+Blue) = 211+84+27=322 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.53% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 27 (10.94% from 255 or 8.39% from 322); Max value from RGB is 211 - color contains mainly: red. Hex color #D3541B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3541B is #2CABE4. Grayscale: #737373. Windows color (decimal): -2927589 or 1791187. OLE color: 1791187.
HSL color Cylindrical-coordinate representation of color #D3541B: hue angle of 18.59º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D3541B is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 84 | 27 | - |
| CMYK | 0 | 0.60 | 0.87 | 0.17 |
| HSL | 18.59º | 0.77% | 0.47% | - |
| HSV(B) | 18.59º | 0.87% | 0.83% | - |
| XYZ | 30.23 | 20.27 | 3.36 | - |
| YUV | 115.48 | 78.08 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 84 | 27 | 0 | 0.60 | 0.87 | 0.17 | 18.59 | 0.77 | 0.47 |
| Hex | D3 | 54 | 1B | 0 | 3C | 57 | 11 | 13 | 4D | 2F |
| Octal | 323 | 124 | 33 | 0 | 74 | 127 | 21 | 23 | 115 | 57 |
| Binary | 11010011 | 1010100 | 11011 | 0 | 111100 | 1010111 | 10001 | 10011 | 1001101 | 101111 |
Color Harmonies of #D3541B
Complementary color
Monochromatic Colors of #D3541B
Black with #D3541B
Text Example
Text Example
White with #D3541B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3541B; }
p { color: rgb(211,84,27); }
H1.HeaderClassName
{
color: #D3541B;
}
.AnyTagClassName
{
color: #D3541B;
}
</style>
background-color css
<style>
a { background-color: #D3541B; }
a { background-color: rgb(211,84,27); }
div.DivClassName
{
background-color: #D3541B;
}
.BgClassName
{
background-color: #D3541B;
}
</style>
border-color css
<style>
span { border-color: #D3541B; }
span { border-color: rgb(211,84,27); }
td.TdClassName
{
border-color: #D3541B;
}
.TagClassName
{
border-color: #D3541B;
}
</style>