Shades of Chocolate #C15D17
Tints of Chocolate #C15D17
RGB
CMYK
RGB Variations
Color information
#C15D17 (or 0xC15D17) is known color: Chocolate. HEX triplet: C1, 5D and 17. RGB value is (193,93,23). Sum of RGB (Red+Green+Blue) = 193+93+23=309 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.46% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 23 (9.38% from 255 or 7.44% from 309); Max value from RGB is 193 - color contains mainly: red. Hex color #C15D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15D17 is #3EA2E8. Grayscale: #737373. Windows color (decimal): -4104937 or 1531329. OLE color: 1531329.
HSL color Cylindrical-coordinate representation of color #C15D17: hue angle of 24.71º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C15D17 is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 93 | 23 | - |
| CMYK | 0 | 0.52 | 0.88 | 0.24 |
| HSL | 24.71º | 0.79% | 0.42% | - |
| HSV(B) | 24.71º | 0.88% | 0.76% | - |
| XYZ | 26.06 | 19.23 | 3.15 | - |
| YUV | 114.92 | 76.13 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 93 | 23 | 0 | 0.52 | 0.88 | 0.24 | 24.71 | 0.79 | 0.42 |
| Hex | C1 | 5D | 17 | 0 | 34 | 58 | 18 | 19 | 4F | 2A |
| Octal | 301 | 135 | 27 | 0 | 64 | 130 | 30 | 31 | 117 | 52 |
| Binary | 11000001 | 1011101 | 10111 | 0 | 110100 | 1011000 | 11000 | 11001 | 1001111 | 101010 |
Color Harmonies of #C15D17
Complementary color
Monochromatic Colors of #C15D17
Black with #C15D17
Text Example
Text Example
White with #C15D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15D17; }
p { color: rgb(193,93,23); }
H1.HeaderClassName
{
color: #C15D17;
}
.AnyTagClassName
{
color: #C15D17;
}
</style>
background-color css
<style>
a { background-color: #C15D17; }
a { background-color: rgb(193,93,23); }
div.DivClassName
{
background-color: #C15D17;
}
.BgClassName
{
background-color: #C15D17;
}
</style>
border-color css
<style>
span { border-color: #C15D17; }
span { border-color: rgb(193,93,23); }
td.TdClassName
{
border-color: #C15D17;
}
.TagClassName
{
border-color: #C15D17;
}
</style>