Shades of Chocolate #D5721A
Tints of Chocolate #D5721A
RGB
CMYK
RGB Variations
Color information
#D5721A (or 0xD5721A) is known color: Chocolate. HEX triplet: D5, 72 and 1A. RGB value is (213,114,26). Sum of RGB (Red+Green+Blue) = 213+114+26=353 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.34% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 26 (10.55% from 255 or 7.37% from 353); Max value from RGB is 213 - color contains mainly: red. Hex color #D5721A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5721A is #2A8DE5. Grayscale: #868686. Windows color (decimal): -2788838 or 1733333. OLE color: 1733333.
HSL color Cylindrical-coordinate representation of color #D5721A: hue angle of 28.24º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D5721A is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 114 | 26 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.16 |
| HSL | 28.24º | 0.78% | 0.47% | - |
| HSV(B) | 28.24º | 0.88% | 0.84% | - |
| XYZ | 33.64 | 26.26 | 4.27 | - |
| YUV | 133.57 | 67.3 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 114 | 26 | 0 | 0.46 | 0.88 | 0.16 | 28.24 | 0.78 | 0.47 |
| Hex | D5 | 72 | 1A | 0 | 2E | 58 | 10 | 1C | 4E | 2F |
| Octal | 325 | 162 | 32 | 0 | 56 | 130 | 20 | 34 | 116 | 57 |
| Binary | 11010101 | 1110010 | 11010 | 0 | 101110 | 1011000 | 10000 | 11100 | 1001110 | 101111 |
Color Harmonies of #D5721A
Complementary color
Monochromatic Colors of #D5721A
Black with #D5721A
Text Example
Text Example
White with #D5721A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5721A; }
p { color: rgb(213,114,26); }
H1.HeaderClassName
{
color: #D5721A;
}
.AnyTagClassName
{
color: #D5721A;
}
</style>
background-color css
<style>
a { background-color: #D5721A; }
a { background-color: rgb(213,114,26); }
div.DivClassName
{
background-color: #D5721A;
}
.BgClassName
{
background-color: #D5721A;
}
</style>
border-color css
<style>
span { border-color: #D5721A; }
span { border-color: rgb(213,114,26); }
td.TdClassName
{
border-color: #D5721A;
}
.TagClassName
{
border-color: #D5721A;
}
</style>