Shades of Chocolate #C36713
Tints of Chocolate #C36713
RGB
CMYK
RGB Variations
Color information
#C36713 (or 0xC36713) is known color: Chocolate. HEX triplet: C3, 67 and 13. RGB value is (195,103,19). Sum of RGB (Red+Green+Blue) = 195+103+19=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 19 (7.81% from 255 or 5.99% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C36713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36713 is #3C98EC. Grayscale: #797979. Windows color (decimal): -3971309 or 1271747. OLE color: 1271747.
HSL color Cylindrical-coordinate representation of color #C36713: hue angle of 28.64º 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 #C36713 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 103 | 19 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.24 |
| HSL | 28.64º | 0.82% | 0.42% | - |
| HSV(B) | 28.64º | 0.9% | 0.76% | - |
| XYZ | 27.47 | 21.35 | 3.29 | - |
| YUV | 120.93 | 70.48 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 103 | 19 | 0 | 0.47 | 0.90 | 0.24 | 28.64 | 0.82 | 0.42 |
| Hex | C3 | 67 | 13 | 0 | 2F | 5A | 18 | 1D | 52 | 2A |
| Octal | 303 | 147 | 23 | 0 | 57 | 132 | 30 | 35 | 122 | 52 |
| Binary | 11000011 | 1100111 | 10011 | 0 | 101111 | 1011010 | 11000 | 11101 | 1010010 | 101010 |
Color Harmonies of #C36713
Complementary color
Monochromatic Colors of #C36713
Black with #C36713
Text Example
Text Example
White with #C36713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36713; }
p { color: rgb(195,103,19); }
H1.HeaderClassName
{
color: #C36713;
}
.AnyTagClassName
{
color: #C36713;
}
</style>
background-color css
<style>
a { background-color: #C36713; }
a { background-color: rgb(195,103,19); }
div.DivClassName
{
background-color: #C36713;
}
.BgClassName
{
background-color: #C36713;
}
</style>
border-color css
<style>
span { border-color: #C36713; }
span { border-color: rgb(195,103,19); }
td.TdClassName
{
border-color: #C36713;
}
.TagClassName
{
border-color: #C36713;
}
</style>