Shades of Chocolate #C36117
Tints of Chocolate #C36117
RGB
CMYK
RGB Variations
Color information
#C36117 (or 0xC36117) is known color: Chocolate. HEX triplet: C3, 61 and 17. RGB value is (195,97,23). Sum of RGB (Red+Green+Blue) = 195+97+23=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 97 (38.28% from 255 or 30.79% from 315); Blue value is 23 (9.38% from 255 or 7.30% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C36117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36117 is #3C9EE8. Grayscale: #767676. Windows color (decimal): -3972841 or 1532355. OLE color: 1532355.
HSL color Cylindrical-coordinate representation of color #C36117: hue angle of 25.81º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C36117 is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 97 | 23 | - |
| CMYK | 0 | 0.50 | 0.88 | 0.24 |
| HSL | 25.81º | 0.79% | 0.43% | - |
| HSV(B) | 25.81º | 0.88% | 0.76% | - |
| XYZ | 26.94 | 20.21 | 3.29 | - |
| YUV | 117.87 | 74.47 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 97 | 23 | 0 | 0.50 | 0.88 | 0.24 | 25.81 | 0.79 | 0.43 |
| Hex | C3 | 61 | 17 | 0 | 32 | 58 | 18 | 1A | 4F | 2B |
| Octal | 303 | 141 | 27 | 0 | 62 | 130 | 30 | 32 | 117 | 53 |
| Binary | 11000011 | 1100001 | 10111 | 0 | 110010 | 1011000 | 11000 | 11010 | 1001111 | 101011 |
Color Harmonies of #C36117
Complementary color
Monochromatic Colors of #C36117
Black with #C36117
Text Example
Text Example
White with #C36117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36117; }
p { color: rgb(195,97,23); }
H1.HeaderClassName
{
color: #C36117;
}
.AnyTagClassName
{
color: #C36117;
}
</style>
background-color css
<style>
a { background-color: #C36117; }
a { background-color: rgb(195,97,23); }
div.DivClassName
{
background-color: #C36117;
}
.BgClassName
{
background-color: #C36117;
}
</style>
border-color css
<style>
span { border-color: #C36117; }
span { border-color: rgb(195,97,23); }
td.TdClassName
{
border-color: #C36117;
}
.TagClassName
{
border-color: #C36117;
}
</style>