Shades of Chocolate #D75C23
Tints of Chocolate #D75C23
RGB
CMYK
RGB Variations
Color information
#D75C23 (or 0xD75C23) is known color: Chocolate. HEX triplet: D7, 5C and 23. RGB value is (215,92,35). Sum of RGB (Red+Green+Blue) = 215+92+35=342 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.87% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 35 (14.06% from 255 or 10.23% from 342); Max value from RGB is 215 - color contains mainly: red. Hex color #D75C23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75C23 is #28A3DC. Grayscale: #7A7A7A. Windows color (decimal): -2663389 or 2317527. OLE color: 2317527.
HSL color Cylindrical-coordinate representation of color #D75C23: hue angle of 19º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D75C23 is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 92 | 35 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.16 |
| HSL | 19º | 0.72% | 0.49% | - |
| HSV(B) | 19º | 0.84% | 0.84% | - |
| XYZ | 32.15 | 22.22 | 4.18 | - |
| YUV | 122.28 | 78.75 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 92 | 35 | 0 | 0.57 | 0.84 | 0.16 | 19 | 0.72 | 0.49 |
| Hex | D7 | 5C | 23 | 0 | 39 | 54 | 10 | 13 | 48 | 31 |
| Octal | 327 | 134 | 43 | 0 | 71 | 124 | 20 | 23 | 110 | 61 |
| Binary | 11010111 | 1011100 | 100011 | 0 | 111001 | 1010100 | 10000 | 10011 | 1001000 | 110001 |
Color Harmonies of #D75C23
Complementary color
Monochromatic Colors of #D75C23
Black with #D75C23
Text Example
Text Example
White with #D75C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75C23; }
p { color: rgb(215,92,35); }
H1.HeaderClassName
{
color: #D75C23;
}
.AnyTagClassName
{
color: #D75C23;
}
</style>
background-color css
<style>
a { background-color: #D75C23; }
a { background-color: rgb(215,92,35); }
div.DivClassName
{
background-color: #D75C23;
}
.BgClassName
{
background-color: #D75C23;
}
</style>
border-color css
<style>
span { border-color: #D75C23; }
span { border-color: rgb(215,92,35); }
td.TdClassName
{
border-color: #D75C23;
}
.TagClassName
{
border-color: #D75C23;
}
</style>