Shades of Chocolate #C36714
Tints of Chocolate #C36714
RGB
CMYK
RGB Variations
Color information
#C36714 (or 0xC36714) is known color: Chocolate. HEX triplet: C3, 67 and 14. RGB value is (195,103,20). Sum of RGB (Red+Green+Blue) = 195+103+20=318 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.32% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 20 (8.20% from 255 or 6.29% from 318); Max value from RGB is 195 - color contains mainly: red. Hex color #C36714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36714 is #3C98EB. Grayscale: #797979. Windows color (decimal): -3971308 or 1337283. OLE color: 1337283.
HSL color Cylindrical-coordinate representation of color #C36714: hue angle of 28.46º degrees, saturation: 0.81, 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 #C36714 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 103 | 20 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.24 |
| HSL | 28.46º | 0.81% | 0.42% | - |
| HSV(B) | 28.46º | 0.9% | 0.76% | - |
| XYZ | 27.48 | 21.35 | 3.33 | - |
| YUV | 121.05 | 70.98 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 103 | 20 | 0 | 0.47 | 0.90 | 0.24 | 28.46 | 0.81 | 0.42 |
| Hex | C3 | 67 | 14 | 0 | 2F | 5A | 18 | 1C | 51 | 2A |
| Octal | 303 | 147 | 24 | 0 | 57 | 132 | 30 | 34 | 121 | 52 |
| Binary | 11000011 | 1100111 | 10100 | 0 | 101111 | 1011010 | 11000 | 11100 | 1010001 | 101010 |
Color Harmonies of #C36714
Complementary color
Monochromatic Colors of #C36714
Black with #C36714
Text Example
Text Example
White with #C36714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36714; }
p { color: rgb(195,103,20); }
H1.HeaderClassName
{
color: #C36714;
}
.AnyTagClassName
{
color: #C36714;
}
</style>
background-color css
<style>
a { background-color: #C36714; }
a { background-color: rgb(195,103,20); }
div.DivClassName
{
background-color: #C36714;
}
.BgClassName
{
background-color: #C36714;
}
</style>
border-color css
<style>
span { border-color: #C36714; }
span { border-color: rgb(195,103,20); }
td.TdClassName
{
border-color: #C36714;
}
.TagClassName
{
border-color: #C36714;
}
</style>