Shades of Chocolate #C15F13
Tints of Chocolate #C15F13
RGB
CMYK
RGB Variations
Color information
#C15F13 (or 0xC15F13) is known color: Chocolate. HEX triplet: C1, 5F and 13. RGB value is (193,95,19). Sum of RGB (Red+Green+Blue) = 193+95+19=307 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.87% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 19 (7.81% from 255 or 6.19% from 307); Max value from RGB is 193 - color contains mainly: red. Hex color #C15F13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15F13 is #3EA0EC. Grayscale: #747474. Windows color (decimal): -4104429 or 1269697. OLE color: 1269697.
HSL color Cylindrical-coordinate representation of color #C15F13: hue angle of 26.21º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C15F13 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 95 | 19 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.24 |
| HSL | 26.21º | 0.82% | 0.42% | - |
| HSV(B) | 26.21º | 0.9% | 0.76% | - |
| XYZ | 26.2 | 19.57 | 3.01 | - |
| YUV | 115.64 | 73.47 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 95 | 19 | 0 | 0.51 | 0.90 | 0.24 | 26.21 | 0.82 | 0.42 |
| Hex | C1 | 5F | 13 | 0 | 33 | 5A | 18 | 1A | 52 | 2A |
| Octal | 301 | 137 | 23 | 0 | 63 | 132 | 30 | 32 | 122 | 52 |
| Binary | 11000001 | 1011111 | 10011 | 0 | 110011 | 1011010 | 11000 | 11010 | 1010010 | 101010 |
Color Harmonies of #C15F13
Complementary color
Monochromatic Colors of #C15F13
Black with #C15F13
Text Example
Text Example
White with #C15F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15F13; }
p { color: rgb(193,95,19); }
H1.HeaderClassName
{
color: #C15F13;
}
.AnyTagClassName
{
color: #C15F13;
}
</style>
background-color css
<style>
a { background-color: #C15F13; }
a { background-color: rgb(193,95,19); }
div.DivClassName
{
background-color: #C15F13;
}
.BgClassName
{
background-color: #C15F13;
}
</style>
border-color css
<style>
span { border-color: #C15F13; }
span { border-color: rgb(193,95,19); }
td.TdClassName
{
border-color: #C15F13;
}
.TagClassName
{
border-color: #C15F13;
}
</style>