Shades of Chocolate #D3531D
Tints of Chocolate #D3531D
RGB
CMYK
RGB Variations
Color information
#D3531D (or 0xD3531D) is known color: Chocolate. HEX triplet: D3, 53 and 1D. RGB value is (211,83,29). Sum of RGB (Red+Green+Blue) = 211+83+29=323 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.33% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 29 (11.72% from 255 or 8.98% from 323); Max value from RGB is 211 - color contains mainly: red. Hex color #D3531D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3531D is #2CACE2. Grayscale: #737373. Windows color (decimal): -2927843 or 1922003. OLE color: 1922003.
HSL color Cylindrical-coordinate representation of color #D3531D: hue angle of 17.8º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D3531D is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 83 | 29 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.17 |
| HSL | 17.8º | 0.76% | 0.47% | - |
| HSV(B) | 17.8º | 0.86% | 0.83% | - |
| XYZ | 30.18 | 20.12 | 3.46 | - |
| YUV | 115.12 | 79.41 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 83 | 29 | 0 | 0.61 | 0.86 | 0.17 | 17.8 | 0.76 | 0.47 |
| Hex | D3 | 53 | 1D | 0 | 3D | 56 | 11 | 12 | 4C | 2F |
| Octal | 323 | 123 | 35 | 0 | 75 | 126 | 21 | 22 | 114 | 57 |
| Binary | 11010011 | 1010011 | 11101 | 0 | 111101 | 1010110 | 10001 | 10010 | 1001100 | 101111 |
Color Harmonies of #D3531D
Complementary color
Monochromatic Colors of #D3531D
Black with #D3531D
Text Example
Text Example
White with #D3531D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3531D; }
p { color: rgb(211,83,29); }
H1.HeaderClassName
{
color: #D3531D;
}
.AnyTagClassName
{
color: #D3531D;
}
</style>
background-color css
<style>
a { background-color: #D3531D; }
a { background-color: rgb(211,83,29); }
div.DivClassName
{
background-color: #D3531D;
}
.BgClassName
{
background-color: #D3531D;
}
</style>
border-color css
<style>
span { border-color: #D3531D; }
span { border-color: rgb(211,83,29); }
td.TdClassName
{
border-color: #D3531D;
}
.TagClassName
{
border-color: #D3531D;
}
</style>