Shades of Chocolate #C36715
Tints of Chocolate #C36715
RGB
CMYK
RGB Variations
Color information
#C36715 (or 0xC36715) is known color: Chocolate. HEX triplet: C3, 67 and 15. RGB value is (195,103,21). Sum of RGB (Red+Green+Blue) = 195+103+21=319 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.13% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 21 (8.59% from 255 or 6.58% from 319); Max value from RGB is 195 - color contains mainly: red. Hex color #C36715 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36715 is #3C98EA. Grayscale: #797979. Windows color (decimal): -3971307 or 1402819. OLE color: 1402819.
HSL color Cylindrical-coordinate representation of color #C36715: hue angle of 28.28º 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 #C36715 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 103 | 21 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.24 |
| HSL | 28.28º | 0.81% | 0.42% | - |
| HSV(B) | 28.28º | 0.89% | 0.76% | - |
| XYZ | 27.49 | 21.36 | 3.38 | - |
| YUV | 121.16 | 71.48 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 103 | 21 | 0 | 0.47 | 0.89 | 0.24 | 28.28 | 0.81 | 0.42 |
| Hex | C3 | 67 | 15 | 0 | 2F | 59 | 18 | 1C | 51 | 2A |
| Octal | 303 | 147 | 25 | 0 | 57 | 131 | 30 | 34 | 121 | 52 |
| Binary | 11000011 | 1100111 | 10101 | 0 | 101111 | 1011001 | 11000 | 11100 | 1010001 | 101010 |
Color Harmonies of #C36715
Complementary color
Monochromatic Colors of #C36715
Black with #C36715
Text Example
Text Example
White with #C36715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36715; }
p { color: rgb(195,103,21); }
H1.HeaderClassName
{
color: #C36715;
}
.AnyTagClassName
{
color: #C36715;
}
</style>
background-color css
<style>
a { background-color: #C36715; }
a { background-color: rgb(195,103,21); }
div.DivClassName
{
background-color: #C36715;
}
.BgClassName
{
background-color: #C36715;
}
</style>
border-color css
<style>
span { border-color: #C36715; }
span { border-color: rgb(195,103,21); }
td.TdClassName
{
border-color: #C36715;
}
.TagClassName
{
border-color: #C36715;
}
</style>