Shades of Chocolate #C36416
Tints of Chocolate #C36416
RGB
CMYK
RGB Variations
Color information
#C36416 (or 0xC36416) is known color: Chocolate. HEX triplet: C3, 64 and 16. RGB value is (195,100,22). Sum of RGB (Red+Green+Blue) = 195+100+22=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C36416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36416 is #3C9BE9. Grayscale: #777777. Windows color (decimal): -3972074 or 1467587. OLE color: 1467587.
HSL color Cylindrical-coordinate representation of color #C36416: hue angle of 27.05º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C36416 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 100 | 22 | - |
| CMYK | 0 | 0.49 | 0.89 | 0.24 |
| HSL | 27.05º | 0.8% | 0.43% | - |
| HSV(B) | 27.05º | 0.89% | 0.76% | - |
| XYZ | 27.21 | 20.77 | 3.33 | - |
| YUV | 119.51 | 72.97 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 100 | 22 | 0 | 0.49 | 0.89 | 0.24 | 27.05 | 0.8 | 0.43 |
| Hex | C3 | 64 | 16 | 0 | 31 | 59 | 18 | 1B | 50 | 2B |
| Octal | 303 | 144 | 26 | 0 | 61 | 131 | 30 | 33 | 120 | 53 |
| Binary | 11000011 | 1100100 | 10110 | 0 | 110001 | 1011001 | 11000 | 11011 | 1010000 | 101011 |
Color Harmonies of #C36416
Complementary color
Monochromatic Colors of #C36416
Black with #C36416
Text Example
Text Example
White with #C36416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36416; }
p { color: rgb(195,100,22); }
H1.HeaderClassName
{
color: #C36416;
}
.AnyTagClassName
{
color: #C36416;
}
</style>
background-color css
<style>
a { background-color: #C36416; }
a { background-color: rgb(195,100,22); }
div.DivClassName
{
background-color: #C36416;
}
.BgClassName
{
background-color: #C36416;
}
</style>
border-color css
<style>
span { border-color: #C36416; }
span { border-color: rgb(195,100,22); }
td.TdClassName
{
border-color: #C36416;
}
.TagClassName
{
border-color: #C36416;
}
</style>