Shades of Chocolate #D15A1A
Tints of Chocolate #D15A1A
RGB
CMYK
RGB Variations
Color information
#D15A1A (or 0xD15A1A) is known color: Chocolate. HEX triplet: D1, 5A and 1A. RGB value is (209,90,26). Sum of RGB (Red+Green+Blue) = 209+90+26=325 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.31% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 26 (10.55% from 255 or 8% from 325); Max value from RGB is 209 - color contains mainly: red. Hex color #D15A1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15A1A is #2EA5E5. Grayscale: #767676. Windows color (decimal): -3057126 or 1727185. OLE color: 1727185.
HSL color Cylindrical-coordinate representation of color #D15A1A: hue angle of 20.98º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D15A1A is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 90 | 26 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.18 |
| HSL | 20.98º | 0.78% | 0.46% | - |
| HSV(B) | 20.98º | 0.88% | 0.82% | - |
| XYZ | 30.14 | 20.94 | 3.43 | - |
| YUV | 118.29 | 75.92 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 90 | 26 | 0 | 0.57 | 0.88 | 0.18 | 20.98 | 0.78 | 0.46 |
| Hex | D1 | 5A | 1A | 0 | 39 | 58 | 12 | 15 | 4E | 2E |
| Octal | 321 | 132 | 32 | 0 | 71 | 130 | 22 | 25 | 116 | 56 |
| Binary | 11010001 | 1011010 | 11010 | 0 | 111001 | 1011000 | 10010 | 10101 | 1001110 | 101110 |
Color Harmonies of #D15A1A
Complementary color
Monochromatic Colors of #D15A1A
Black with #D15A1A
Text Example
Text Example
White with #D15A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15A1A; }
p { color: rgb(209,90,26); }
H1.HeaderClassName
{
color: #D15A1A;
}
.AnyTagClassName
{
color: #D15A1A;
}
</style>
background-color css
<style>
a { background-color: #D15A1A; }
a { background-color: rgb(209,90,26); }
div.DivClassName
{
background-color: #D15A1A;
}
.BgClassName
{
background-color: #D15A1A;
}
</style>
border-color css
<style>
span { border-color: #D15A1A; }
span { border-color: rgb(209,90,26); }
td.TdClassName
{
border-color: #D15A1A;
}
.TagClassName
{
border-color: #D15A1A;
}
</style>