Shades of Chocolate #C75C17
Tints of Chocolate #C75C17
RGB
CMYK
RGB Variations
Color information
#C75C17 (or 0xC75C17) is known color: Chocolate. HEX triplet: C7, 5C and 17. RGB value is (199,92,23). Sum of RGB (Red+Green+Blue) = 199+92+23=314 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.38% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 23 (9.38% from 255 or 7.32% from 314); Max value from RGB is 199 - color contains mainly: red. Hex color #C75C17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75C17 is #38A3E8. Grayscale: #747474. Windows color (decimal): -3711977 or 1531079. OLE color: 1531079.
HSL color Cylindrical-coordinate representation of color #C75C17: hue angle of 23.52º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C75C17 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 92 | 23 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.22 |
| HSL | 23.52º | 0.79% | 0.44% | - |
| HSV(B) | 23.52º | 0.88% | 0.78% | - |
| XYZ | 27.53 | 19.86 | 3.19 | - |
| YUV | 116.13 | 75.45 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 92 | 23 | 0 | 0.54 | 0.88 | 0.22 | 23.52 | 0.79 | 0.44 |
| Hex | C7 | 5C | 17 | 0 | 36 | 58 | 16 | 18 | 4F | 2C |
| Octal | 307 | 134 | 27 | 0 | 66 | 130 | 26 | 30 | 117 | 54 |
| Binary | 11000111 | 1011100 | 10111 | 0 | 110110 | 1011000 | 10110 | 11000 | 1001111 | 101100 |
Color Harmonies of #C75C17
Complementary color
Monochromatic Colors of #C75C17
Black with #C75C17
Text Example
Text Example
White with #C75C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75C17; }
p { color: rgb(199,92,23); }
H1.HeaderClassName
{
color: #C75C17;
}
.AnyTagClassName
{
color: #C75C17;
}
</style>
background-color css
<style>
a { background-color: #C75C17; }
a { background-color: rgb(199,92,23); }
div.DivClassName
{
background-color: #C75C17;
}
.BgClassName
{
background-color: #C75C17;
}
</style>
border-color css
<style>
span { border-color: #C75C17; }
span { border-color: rgb(199,92,23); }
td.TdClassName
{
border-color: #C75C17;
}
.TagClassName
{
border-color: #C75C17;
}
</style>