Shades of Chocolate #C36815
Tints of Chocolate #C36815
RGB
CMYK
RGB Variations
Color information
#C36815 (or 0xC36815) is known color: Chocolate. HEX triplet: C3, 68 and 15. RGB value is (195,104,21). Sum of RGB (Red+Green+Blue) = 195+104+21=320 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.94% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 21 (8.59% from 255 or 6.56% from 320); Max value from RGB is 195 - color contains mainly: red. Hex color #C36815 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36815 is #3C97EA. Grayscale: #7A7A7A. Windows color (decimal): -3971051 or 1403075. OLE color: 1403075.
HSL color Cylindrical-coordinate representation of color #C36815: hue angle of 28.62º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C36815 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 104 | 21 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.24 |
| HSL | 28.62º | 0.81% | 0.42% | - |
| HSV(B) | 28.62º | 0.89% | 0.76% | - |
| XYZ | 27.59 | 21.56 | 3.42 | - |
| YUV | 121.75 | 71.15 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 104 | 21 | 0 | 0.47 | 0.89 | 0.24 | 28.62 | 0.81 | 0.42 |
| Hex | C3 | 68 | 15 | 0 | 2F | 59 | 18 | 1D | 51 | 2A |
| Octal | 303 | 150 | 25 | 0 | 57 | 131 | 30 | 35 | 121 | 52 |
| Binary | 11000011 | 1101000 | 10101 | 0 | 101111 | 1011001 | 11000 | 11101 | 1010001 | 101010 |
Color Harmonies of #C36815
Complementary color
Monochromatic Colors of #C36815
Black with #C36815
Text Example
Text Example
White with #C36815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36815; }
p { color: rgb(195,104,21); }
H1.HeaderClassName
{
color: #C36815;
}
.AnyTagClassName
{
color: #C36815;
}
</style>
background-color css
<style>
a { background-color: #C36815; }
a { background-color: rgb(195,104,21); }
div.DivClassName
{
background-color: #C36815;
}
.BgClassName
{
background-color: #C36815;
}
</style>
border-color css
<style>
span { border-color: #C36815; }
span { border-color: rgb(195,104,21); }
td.TdClassName
{
border-color: #C36815;
}
.TagClassName
{
border-color: #C36815;
}
</style>