Shades of Chocolate #D5731C
Tints of Chocolate #D5731C
RGB
CMYK
RGB Variations
Color information
#D5731C (or 0xD5731C) is known color: Chocolate. HEX triplet: D5, 73 and 1C. RGB value is (213,115,28). Sum of RGB (Red+Green+Blue) = 213+115+28=356 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.83% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 28 (11.33% from 255 or 7.87% from 356); Max value from RGB is 213 - color contains mainly: red. Hex color #D5731C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5731C is #2A8CE3. Grayscale: #868686. Windows color (decimal): -2788580 or 1864661. OLE color: 1864661.
HSL color Cylindrical-coordinate representation of color #D5731C: hue angle of 28.22º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D5731C is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 115 | 28 | - |
| CMYK | 0 | 0.46 | 0.87 | 0.16 |
| HSL | 28.22º | 0.77% | 0.47% | - |
| HSV(B) | 28.22º | 0.87% | 0.84% | - |
| XYZ | 33.78 | 26.49 | 4.43 | - |
| YUV | 134.38 | 67.97 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 115 | 28 | 0 | 0.46 | 0.87 | 0.16 | 28.22 | 0.77 | 0.47 |
| Hex | D5 | 73 | 1C | 0 | 2E | 57 | 10 | 1C | 4D | 2F |
| Octal | 325 | 163 | 34 | 0 | 56 | 127 | 20 | 34 | 115 | 57 |
| Binary | 11010101 | 1110011 | 11100 | 0 | 101110 | 1010111 | 10000 | 11100 | 1001101 | 101111 |
Color Harmonies of #D5731C
Complementary color
Monochromatic Colors of #D5731C
Black with #D5731C
Text Example
Text Example
White with #D5731C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5731C; }
p { color: rgb(213,115,28); }
H1.HeaderClassName
{
color: #D5731C;
}
.AnyTagClassName
{
color: #D5731C;
}
</style>
background-color css
<style>
a { background-color: #D5731C; }
a { background-color: rgb(213,115,28); }
div.DivClassName
{
background-color: #D5731C;
}
.BgClassName
{
background-color: #D5731C;
}
</style>
border-color css
<style>
span { border-color: #D5731C; }
span { border-color: rgb(213,115,28); }
td.TdClassName
{
border-color: #D5731C;
}
.TagClassName
{
border-color: #D5731C;
}
</style>