Shades of Chocolate #C36311
Tints of Chocolate #C36311
RGB
CMYK
RGB Variations
Color information
#C36311 (or 0xC36311) is known color: Chocolate. HEX triplet: C3, 63 and 11. RGB value is (195,99,17). Sum of RGB (Red+Green+Blue) = 195+99+17=311 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.70% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 17 (7.03% from 255 or 5.47% from 311); Max value from RGB is 195 - color contains mainly: red. Hex color #C36311 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36311 is #3C9CEE. Grayscale: #767676. Windows color (decimal): -3972335 or 1139651. OLE color: 1139651.
HSL color Cylindrical-coordinate representation of color #C36311: hue angle of 27.64º degrees, saturation: 0.84, 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 #C36311 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 99 | 17 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.24 |
| HSL | 27.64º | 0.84% | 0.42% | - |
| HSV(B) | 27.64º | 0.91% | 0.76% | - |
| XYZ | 27.07 | 20.57 | 3.07 | - |
| YUV | 118.36 | 70.8 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 99 | 17 | 0 | 0.49 | 0.91 | 0.24 | 27.64 | 0.84 | 0.42 |
| Hex | C3 | 63 | 11 | 0 | 31 | 5B | 18 | 1C | 54 | 2A |
| Octal | 303 | 143 | 21 | 0 | 61 | 133 | 30 | 34 | 124 | 52 |
| Binary | 11000011 | 1100011 | 10001 | 0 | 110001 | 1011011 | 11000 | 11100 | 1010100 | 101010 |
Color Harmonies of #C36311
Complementary color
Monochromatic Colors of #C36311
Black with #C36311
Text Example
Text Example
White with #C36311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36311; }
p { color: rgb(195,99,17); }
H1.HeaderClassName
{
color: #C36311;
}
.AnyTagClassName
{
color: #C36311;
}
</style>
background-color css
<style>
a { background-color: #C36311; }
a { background-color: rgb(195,99,17); }
div.DivClassName
{
background-color: #C36311;
}
.BgClassName
{
background-color: #C36311;
}
</style>
border-color css
<style>
span { border-color: #C36311; }
span { border-color: rgb(195,99,17); }
td.TdClassName
{
border-color: #C36311;
}
.TagClassName
{
border-color: #C36311;
}
</style>