Shades of Chocolate #D5651F
Tints of Chocolate #D5651F
RGB
CMYK
RGB Variations
Color information
#D5651F (or 0xD5651F) is known color: Chocolate. HEX triplet: D5, 65 and 1F. RGB value is (213,101,31). Sum of RGB (Red+Green+Blue) = 213+101+31=345 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.74% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 31 (12.5% from 255 or 8.99% from 345); Max value from RGB is 213 - color contains mainly: red. Hex color #D5651F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5651F is #2A9AE0. Grayscale: #7E7E7E. Windows color (decimal): -2792161 or 2057685. OLE color: 2057685.
HSL color Cylindrical-coordinate representation of color #D5651F: hue angle of 23.08º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D5651F is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 101 | 31 | - |
| CMYK | 0 | 0.53 | 0.85 | 0.16 |
| HSL | 23.08º | 0.75% | 0.48% | - |
| HSV(B) | 23.08º | 0.85% | 0.84% | - |
| XYZ | 32.34 | 23.55 | 4.14 | - |
| YUV | 126.51 | 74.11 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 101 | 31 | 0 | 0.53 | 0.85 | 0.16 | 23.08 | 0.75 | 0.48 |
| Hex | D5 | 65 | 1F | 0 | 35 | 55 | 10 | 17 | 4B | 30 |
| Octal | 325 | 145 | 37 | 0 | 65 | 125 | 20 | 27 | 113 | 60 |
| Binary | 11010101 | 1100101 | 11111 | 0 | 110101 | 1010101 | 10000 | 10111 | 1001011 | 110000 |
Color Harmonies of #D5651F
Complementary color
Monochromatic Colors of #D5651F
Black with #D5651F
Text Example
Text Example
White with #D5651F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5651F; }
p { color: rgb(213,101,31); }
H1.HeaderClassName
{
color: #D5651F;
}
.AnyTagClassName
{
color: #D5651F;
}
</style>
background-color css
<style>
a { background-color: #D5651F; }
a { background-color: rgb(213,101,31); }
div.DivClassName
{
background-color: #D5651F;
}
.BgClassName
{
background-color: #D5651F;
}
</style>
border-color css
<style>
span { border-color: #D5651F; }
span { border-color: rgb(213,101,31); }
td.TdClassName
{
border-color: #D5651F;
}
.TagClassName
{
border-color: #D5651F;
}
</style>