Shades of Chocolate #C36113
Tints of Chocolate #C36113
RGB
CMYK
RGB Variations
Color information
#C36113 (or 0xC36113) is known color: Chocolate. HEX triplet: C3, 61 and 13. RGB value is (195,97,19). Sum of RGB (Red+Green+Blue) = 195+97+19=311 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.70% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 19 (7.81% from 255 or 6.11% from 311); Max value from RGB is 195 - color contains mainly: red. Hex color #C36113 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36113 is #3C9EEC. Grayscale: #757575. Windows color (decimal): -3972845 or 1270211. OLE color: 1270211.
HSL color Cylindrical-coordinate representation of color #C36113: hue angle of 26.59º 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 #C36113 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 97 | 19 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.24 |
| HSL | 26.59º | 0.82% | 0.42% | - |
| HSV(B) | 26.59º | 0.9% | 0.76% | - |
| XYZ | 26.9 | 20.2 | 3.1 | - |
| YUV | 117.41 | 72.47 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 97 | 19 | 0 | 0.50 | 0.90 | 0.24 | 26.59 | 0.82 | 0.42 |
| Hex | C3 | 61 | 13 | 0 | 32 | 5A | 18 | 1B | 52 | 2A |
| Octal | 303 | 141 | 23 | 0 | 62 | 132 | 30 | 33 | 122 | 52 |
| Binary | 11000011 | 1100001 | 10011 | 0 | 110010 | 1011010 | 11000 | 11011 | 1010010 | 101010 |
Color Harmonies of #C36113
Complementary color
Monochromatic Colors of #C36113
Black with #C36113
Text Example
Text Example
White with #C36113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36113; }
p { color: rgb(195,97,19); }
H1.HeaderClassName
{
color: #C36113;
}
.AnyTagClassName
{
color: #C36113;
}
</style>
background-color css
<style>
a { background-color: #C36113; }
a { background-color: rgb(195,97,19); }
div.DivClassName
{
background-color: #C36113;
}
.BgClassName
{
background-color: #C36113;
}
</style>
border-color css
<style>
span { border-color: #C36113; }
span { border-color: rgb(195,97,19); }
td.TdClassName
{
border-color: #C36113;
}
.TagClassName
{
border-color: #C36113;
}
</style>