Shades of Chocolate #D4511D
Tints of Chocolate #D4511D
RGB
CMYK
RGB Variations
Color information
#D4511D (or 0xD4511D) is known color: Chocolate. HEX triplet: D4, 51 and 1D. RGB value is (212,81,29). Sum of RGB (Red+Green+Blue) = 212+81+29=322 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.84% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 29 (11.72% from 255 or 9.01% from 322); Max value from RGB is 212 - color contains mainly: red. Hex color #D4511D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4511D is #2BAEE2. Grayscale: #727272. Windows color (decimal): -2862819 or 1921492. OLE color: 1921492.
HSL color Cylindrical-coordinate representation of color #D4511D: hue angle of 17.05º 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 #D4511D is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 81 | 29 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.17 |
| HSL | 17.05º | 0.76% | 0.47% | - |
| HSV(B) | 17.05º | 0.86% | 0.83% | - |
| XYZ | 30.32 | 19.97 | 3.42 | - |
| YUV | 114.24 | 79.9 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 81 | 29 | 0 | 0.62 | 0.86 | 0.17 | 17.05 | 0.76 | 0.47 |
| Hex | D4 | 51 | 1D | 0 | 3E | 56 | 11 | 11 | 4C | 2F |
| Octal | 324 | 121 | 35 | 0 | 76 | 126 | 21 | 21 | 114 | 57 |
| Binary | 11010100 | 1010001 | 11101 | 0 | 111110 | 1010110 | 10001 | 10001 | 1001100 | 101111 |
Color Harmonies of #D4511D
Complementary color
Monochromatic Colors of #D4511D
Black with #D4511D
Text Example
Text Example
White with #D4511D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4511D; }
p { color: rgb(212,81,29); }
H1.HeaderClassName
{
color: #D4511D;
}
.AnyTagClassName
{
color: #D4511D;
}
</style>
background-color css
<style>
a { background-color: #D4511D; }
a { background-color: rgb(212,81,29); }
div.DivClassName
{
background-color: #D4511D;
}
.BgClassName
{
background-color: #D4511D;
}
</style>
border-color css
<style>
span { border-color: #D4511D; }
span { border-color: rgb(212,81,29); }
td.TdClassName
{
border-color: #D4511D;
}
.TagClassName
{
border-color: #D4511D;
}
</style>