Shades of Chocolate #C15817
Tints of Chocolate #C15817
RGB
CMYK
RGB Variations
Color information
#C15817 (or 0xC15817) is known color: Chocolate. HEX triplet: C1, 58 and 17. RGB value is (193,88,23). Sum of RGB (Red+Green+Blue) = 193+88+23=304 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.49% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 23 (9.38% from 255 or 7.57% from 304); Max value from RGB is 193 - color contains mainly: red. Hex color #C15817 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15817 is #3EA7E8. Grayscale: #707070. Windows color (decimal): -4106217 or 1530049. OLE color: 1530049.
HSL color Cylindrical-coordinate representation of color #C15817: hue angle of 22.94º 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 #C15817 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 88 | 23 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.24 |
| HSL | 22.94º | 0.79% | 0.42% | - |
| HSV(B) | 22.94º | 0.88% | 0.76% | - |
| XYZ | 25.64 | 18.38 | 3.01 | - |
| YUV | 111.99 | 77.79 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 88 | 23 | 0 | 0.54 | 0.88 | 0.24 | 22.94 | 0.79 | 0.42 |
| Hex | C1 | 58 | 17 | 0 | 36 | 58 | 18 | 17 | 4F | 2A |
| Octal | 301 | 130 | 27 | 0 | 66 | 130 | 30 | 27 | 117 | 52 |
| Binary | 11000001 | 1011000 | 10111 | 0 | 110110 | 1011000 | 11000 | 10111 | 1001111 | 101010 |
Color Harmonies of #C15817
Complementary color
Monochromatic Colors of #C15817
Black with #C15817
Text Example
Text Example
White with #C15817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15817; }
p { color: rgb(193,88,23); }
H1.HeaderClassName
{
color: #C15817;
}
.AnyTagClassName
{
color: #C15817;
}
</style>
background-color css
<style>
a { background-color: #C15817; }
a { background-color: rgb(193,88,23); }
div.DivClassName
{
background-color: #C15817;
}
.BgClassName
{
background-color: #C15817;
}
</style>
border-color css
<style>
span { border-color: #C15817; }
span { border-color: rgb(193,88,23); }
td.TdClassName
{
border-color: #C15817;
}
.TagClassName
{
border-color: #C15817;
}
</style>