Shades of Chocolate #C36712
Tints of Chocolate #C36712
RGB
CMYK
RGB Variations
Color information
#C36712 (or 0xC36712) is known color: Chocolate. HEX triplet: C3, 67 and 12. RGB value is (195,103,18). Sum of RGB (Red+Green+Blue) = 195+103+18=316 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.71% from 316); Green value is 103 (40.62% from 255 or 32.59% from 316); Blue value is 18 (7.42% from 255 or 5.70% from 316); Max value from RGB is 195 - color contains mainly: red. Hex color #C36712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36712 is #3C98ED. Grayscale: #797979. Windows color (decimal): -3971310 or 1206211. OLE color: 1206211.
HSL color Cylindrical-coordinate representation of color #C36712: hue angle of 28.81º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C36712 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 103 | 18 | - |
| CMYK | 0 | 0.47 | 0.91 | 0.24 |
| HSL | 28.81º | 0.83% | 0.42% | - |
| HSV(B) | 28.81º | 0.91% | 0.76% | - |
| XYZ | 27.47 | 21.35 | 3.24 | - |
| YUV | 120.82 | 69.98 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 103 | 18 | 0 | 0.47 | 0.91 | 0.24 | 28.81 | 0.83 | 0.42 |
| Hex | C3 | 67 | 12 | 0 | 2F | 5B | 18 | 1D | 53 | 2A |
| Octal | 303 | 147 | 22 | 0 | 57 | 133 | 30 | 35 | 123 | 52 |
| Binary | 11000011 | 1100111 | 10010 | 0 | 101111 | 1011011 | 11000 | 11101 | 1010011 | 101010 |
Color Harmonies of #C36712
Complementary color
Monochromatic Colors of #C36712
Black with #C36712
Text Example
Text Example
White with #C36712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36712; }
p { color: rgb(195,103,18); }
H1.HeaderClassName
{
color: #C36712;
}
.AnyTagClassName
{
color: #C36712;
}
</style>
background-color css
<style>
a { background-color: #C36712; }
a { background-color: rgb(195,103,18); }
div.DivClassName
{
background-color: #C36712;
}
.BgClassName
{
background-color: #C36712;
}
</style>
border-color css
<style>
span { border-color: #C36712; }
span { border-color: rgb(195,103,18); }
td.TdClassName
{
border-color: #C36712;
}
.TagClassName
{
border-color: #C36712;
}
</style>