Shades of Chocolate #C15D18
Tints of Chocolate #C15D18
RGB
CMYK
RGB Variations
Color information
#C15D18 (or 0xC15D18) is known color: Chocolate. HEX triplet: C1, 5D and 18. RGB value is (193,93,24). Sum of RGB (Red+Green+Blue) = 193+93+24=310 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.26% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 24 (9.77% from 255 or 7.74% from 310); Max value from RGB is 193 - color contains mainly: red. Hex color #C15D18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15D18 is #3EA2E7. Grayscale: #737373. Windows color (decimal): -4104936 or 1596865. OLE color: 1596865.
HSL color Cylindrical-coordinate representation of color #C15D18: hue angle of 24.5º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C15D18 is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 93 | 24 | - |
| CMYK | 0 | 0.52 | 0.88 | 0.24 |
| HSL | 24.5º | 0.78% | 0.43% | - |
| HSV(B) | 24.5º | 0.88% | 0.76% | - |
| XYZ | 26.07 | 19.23 | 3.2 | - |
| YUV | 115.03 | 76.63 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 93 | 24 | 0 | 0.52 | 0.88 | 0.24 | 24.5 | 0.78 | 0.43 |
| Hex | C1 | 5D | 18 | 0 | 34 | 58 | 18 | 18 | 4E | 2B |
| Octal | 301 | 135 | 30 | 0 | 64 | 130 | 30 | 30 | 116 | 53 |
| Binary | 11000001 | 1011101 | 11000 | 0 | 110100 | 1011000 | 11000 | 11000 | 1001110 | 101011 |
Color Harmonies of #C15D18
Complementary color
Monochromatic Colors of #C15D18
Black with #C15D18
Text Example
Text Example
White with #C15D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15D18; }
p { color: rgb(193,93,24); }
H1.HeaderClassName
{
color: #C15D18;
}
.AnyTagClassName
{
color: #C15D18;
}
</style>
background-color css
<style>
a { background-color: #C15D18; }
a { background-color: rgb(193,93,24); }
div.DivClassName
{
background-color: #C15D18;
}
.BgClassName
{
background-color: #C15D18;
}
</style>
border-color css
<style>
span { border-color: #C15D18; }
span { border-color: rgb(193,93,24); }
td.TdClassName
{
border-color: #C15D18;
}
.TagClassName
{
border-color: #C15D18;
}
</style>