Shades of Chocolate #D1581C
Tints of Chocolate #D1581C
RGB
CMYK
RGB Variations
Color information
#D1581C (or 0xD1581C) is known color: Chocolate. HEX triplet: D1, 58 and 1C. RGB value is (209,88,28). Sum of RGB (Red+Green+Blue) = 209+88+28=325 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.31% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 28 (11.33% from 255 or 8.62% from 325); Max value from RGB is 209 - color contains mainly: red. Hex color #D1581C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1581C is #2EA7E3. Grayscale: #757575. Windows color (decimal): -3057636 or 1857745. OLE color: 1857745.
HSL color Cylindrical-coordinate representation of color #D1581C: hue angle of 19.89º 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 #D1581C is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 88 | 28 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.18 |
| HSL | 19.89º | 0.76% | 0.46% | - |
| HSV(B) | 19.89º | 0.87% | 0.82% | - |
| XYZ | 29.99 | 20.62 | 3.5 | - |
| YUV | 117.34 | 77.59 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 88 | 28 | 0 | 0.58 | 0.87 | 0.18 | 19.89 | 0.76 | 0.46 |
| Hex | D1 | 58 | 1C | 0 | 3A | 57 | 12 | 14 | 4C | 2E |
| Octal | 321 | 130 | 34 | 0 | 72 | 127 | 22 | 24 | 114 | 56 |
| Binary | 11010001 | 1011000 | 11100 | 0 | 111010 | 1010111 | 10010 | 10100 | 1001100 | 101110 |
Color Harmonies of #D1581C
Complementary color
Monochromatic Colors of #D1581C
Black with #D1581C
Text Example
Text Example
White with #D1581C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1581C; }
p { color: rgb(209,88,28); }
H1.HeaderClassName
{
color: #D1581C;
}
.AnyTagClassName
{
color: #D1581C;
}
</style>
background-color css
<style>
a { background-color: #D1581C; }
a { background-color: rgb(209,88,28); }
div.DivClassName
{
background-color: #D1581C;
}
.BgClassName
{
background-color: #D1581C;
}
</style>
border-color css
<style>
span { border-color: #D1581C; }
span { border-color: rgb(209,88,28); }
td.TdClassName
{
border-color: #D1581C;
}
.TagClassName
{
border-color: #D1581C;
}
</style>