Shades of Chocolate #C16913
Tints of Chocolate #C16913
RGB
CMYK
RGB Variations
Color information
#C16913 (or 0xC16913) is known color: Chocolate. HEX triplet: C1, 69 and 13. RGB value is (193,105,19). Sum of RGB (Red+Green+Blue) = 193+105+19=317 (41% of max value = 765). Red value is 193 (75.78% from 255 or 60.88% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 19 (7.81% from 255 or 5.99% from 317); Max value from RGB is 193 - color contains mainly: red. Hex color #C16913 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16913 is #3E96EC. Grayscale: #797979. Windows color (decimal): -4101869 or 1272257. OLE color: 1272257.
HSL color Cylindrical-coordinate representation of color #C16913: hue angle of 29.66º 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 #C16913 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 105 | 19 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.24 |
| HSL | 29.66º | 0.82% | 0.42% | - |
| HSV(B) | 29.66º | 0.9% | 0.76% | - |
| XYZ | 27.16 | 21.49 | 3.33 | - |
| YUV | 121.51 | 70.15 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 19 | 0 | 0.46 | 0.90 | 0.24 | 29.66 | 0.82 | 0.42 |
| Hex | C1 | 69 | 13 | 0 | 2E | 5A | 18 | 1E | 52 | 2A |
| Octal | 301 | 151 | 23 | 0 | 56 | 132 | 30 | 36 | 122 | 52 |
| Binary | 11000001 | 1101001 | 10011 | 0 | 101110 | 1011010 | 11000 | 11110 | 1010010 | 101010 |
Color Harmonies of #C16913
Complementary color
Monochromatic Colors of #C16913
Black with #C16913
Text Example
Text Example
White with #C16913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16913; }
p { color: rgb(193,105,19); }
H1.HeaderClassName
{
color: #C16913;
}
.AnyTagClassName
{
color: #C16913;
}
</style>
background-color css
<style>
a { background-color: #C16913; }
a { background-color: rgb(193,105,19); }
div.DivClassName
{
background-color: #C16913;
}
.BgClassName
{
background-color: #C16913;
}
</style>
border-color css
<style>
span { border-color: #C16913; }
span { border-color: rgb(193,105,19); }
td.TdClassName
{
border-color: #C16913;
}
.TagClassName
{
border-color: #C16913;
}
</style>