Shades of Chocolate #D3640D
Tints of Chocolate #D3640D
RGB
CMYK
RGB Variations
Color information
#D3640D (or 0xD3640D) is known color: Chocolate. HEX triplet: D3, 64 and 0D. RGB value is (211,100,13). Sum of RGB (Red+Green+Blue) = 211+100+13=324 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.12% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 13 (5.47% from 255 or 4.01% from 324); Max value from RGB is 211 - color contains mainly: red. Hex color #D3640D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D3640D is #2C9BF2. Grayscale: #7B7B7B. Windows color (decimal): -2923507 or 877779. OLE color: 877779.
HSL color Cylindrical-coordinate representation of color #D3640D: hue angle of 26.36º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D3640D is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 100 | 13 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.17 |
| HSL | 26.36º | 0.88% | 0.44% | - |
| HSV(B) | 26.36º | 0.94% | 0.83% | - |
| XYZ | 31.49 | 22.99 | 3.16 | - |
| YUV | 123.27 | 65.77 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 100 | 13 | 0 | 0.53 | 0.94 | 0.17 | 26.36 | 0.88 | 0.44 |
| Hex | D3 | 64 | D | 0 | 35 | 5E | 11 | 1A | 58 | 2C |
| Octal | 323 | 144 | 15 | 0 | 65 | 136 | 21 | 32 | 130 | 54 |
| Binary | 11010011 | 1100100 | 1101 | 0 | 110101 | 1011110 | 10001 | 11010 | 1011000 | 101100 |
Color Harmonies of #D3640D
Complementary color
Monochromatic Colors of #D3640D
Black with #D3640D
Text Example
Text Example
White with #D3640D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3640D; }
p { color: rgb(211,100,13); }
H1.HeaderClassName
{
color: #D3640D;
}
.AnyTagClassName
{
color: #D3640D;
}
</style>
background-color css
<style>
a { background-color: #D3640D; }
a { background-color: rgb(211,100,13); }
div.DivClassName
{
background-color: #D3640D;
}
.BgClassName
{
background-color: #D3640D;
}
</style>
border-color css
<style>
span { border-color: #D3640D; }
span { border-color: rgb(211,100,13); }
td.TdClassName
{
border-color: #D3640D;
}
.TagClassName
{
border-color: #D3640D;
}
</style>