Shades of Chocolate #D1521C
Tints of Chocolate #D1521C
RGB
CMYK
RGB Variations
Color information
#D1521C (or 0xD1521C) is known color: Chocolate. HEX triplet: D1, 52 and 1C. RGB value is (209,82,28). Sum of RGB (Red+Green+Blue) = 209+82+28=319 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.52% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 28 (11.33% from 255 or 8.78% from 319); Max value from RGB is 209 - color contains mainly: red. Hex color #D1521C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1521C is #2EADE3. Grayscale: #727272. Windows color (decimal): -3059172 or 1856209. OLE color: 1856209.
HSL color Cylindrical-coordinate representation of color #D1521C: hue angle of 17.9º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D1521C is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 82 | 28 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.18 |
| HSL | 17.9º | 0.76% | 0.46% | - |
| HSV(B) | 17.9º | 0.87% | 0.82% | - |
| XYZ | 29.52 | 19.67 | 3.34 | - |
| YUV | 113.82 | 79.58 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 82 | 28 | 0 | 0.61 | 0.87 | 0.18 | 17.9 | 0.76 | 0.46 |
| Hex | D1 | 52 | 1C | 0 | 3D | 57 | 12 | 12 | 4C | 2E |
| Octal | 321 | 122 | 34 | 0 | 75 | 127 | 22 | 22 | 114 | 56 |
| Binary | 11010001 | 1010010 | 11100 | 0 | 111101 | 1010111 | 10010 | 10010 | 1001100 | 101110 |
Color Harmonies of #D1521C
Complementary color
Monochromatic Colors of #D1521C
Black with #D1521C
Text Example
Text Example
White with #D1521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1521C; }
p { color: rgb(209,82,28); }
H1.HeaderClassName
{
color: #D1521C;
}
.AnyTagClassName
{
color: #D1521C;
}
</style>
background-color css
<style>
a { background-color: #D1521C; }
a { background-color: rgb(209,82,28); }
div.DivClassName
{
background-color: #D1521C;
}
.BgClassName
{
background-color: #D1521C;
}
</style>
border-color css
<style>
span { border-color: #D1521C; }
span { border-color: rgb(209,82,28); }
td.TdClassName
{
border-color: #D1521C;
}
.TagClassName
{
border-color: #D1521C;
}
</style>