Shades of Chocolate #D45C23
Tints of Chocolate #D45C23
RGB
CMYK
RGB Variations
Color information
#D45C23 (or 0xD45C23) is known color: Chocolate. HEX triplet: D4, 5C and 23. RGB value is (212,92,35). Sum of RGB (Red+Green+Blue) = 212+92+35=339 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.54% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 35 (14.06% from 255 or 10.32% from 339); Max value from RGB is 212 - color contains mainly: red. Hex color #D45C23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D45C23 is #2BA3DC. Grayscale: #797979. Windows color (decimal): -2859997 or 2317524. OLE color: 2317524.
HSL color Cylindrical-coordinate representation of color #D45C23: hue angle of 19.32º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D45C23 is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 92 | 35 | - |
| CMYK | 0 | 0.57 | 0.83 | 0.17 |
| HSL | 19.32º | 0.72% | 0.48% | - |
| HSV(B) | 19.32º | 0.83% | 0.83% | - |
| XYZ | 31.28 | 21.77 | 4.14 | - |
| YUV | 121.38 | 79.26 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 92 | 35 | 0 | 0.57 | 0.83 | 0.17 | 19.32 | 0.72 | 0.48 |
| Hex | D4 | 5C | 23 | 0 | 39 | 53 | 11 | 13 | 48 | 30 |
| Octal | 324 | 134 | 43 | 0 | 71 | 123 | 21 | 23 | 110 | 60 |
| Binary | 11010100 | 1011100 | 100011 | 0 | 111001 | 1010011 | 10001 | 10011 | 1001000 | 110000 |
Color Harmonies of #D45C23
Complementary color
Monochromatic Colors of #D45C23
Black with #D45C23
Text Example
Text Example
White with #D45C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45C23; }
p { color: rgb(212,92,35); }
H1.HeaderClassName
{
color: #D45C23;
}
.AnyTagClassName
{
color: #D45C23;
}
</style>
background-color css
<style>
a { background-color: #D45C23; }
a { background-color: rgb(212,92,35); }
div.DivClassName
{
background-color: #D45C23;
}
.BgClassName
{
background-color: #D45C23;
}
</style>
border-color css
<style>
span { border-color: #D45C23; }
span { border-color: rgb(212,92,35); }
td.TdClassName
{
border-color: #D45C23;
}
.TagClassName
{
border-color: #D45C23;
}
</style>