Shades of Chocolate #C35A16
Tints of Chocolate #C35A16
RGB
CMYK
RGB Variations
Color information
#C35A16 (or 0xC35A16) is known color: Chocolate. HEX triplet: C3, 5A and 16. RGB value is (195,90,22). Sum of RGB (Red+Green+Blue) = 195+90+22=307 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.52% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 22 (8.98% from 255 or 7.17% from 307); Max value from RGB is 195 - color contains mainly: red. Hex color #C35A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35A16 is #3CA5E9. Grayscale: #727272. Windows color (decimal): -3974634 or 1465027. OLE color: 1465027.
HSL color Cylindrical-coordinate representation of color #C35A16: hue angle of 23.58º 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 #C35A16 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 90 | 22 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.24 |
| HSL | 23.58º | 0.8% | 0.43% | - |
| HSV(B) | 23.58º | 0.89% | 0.76% | - |
| XYZ | 26.31 | 18.97 | 3.03 | - |
| YUV | 113.64 | 76.29 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 90 | 22 | 0 | 0.54 | 0.89 | 0.24 | 23.58 | 0.8 | 0.43 |
| Hex | C3 | 5A | 16 | 0 | 36 | 59 | 18 | 18 | 50 | 2B |
| Octal | 303 | 132 | 26 | 0 | 66 | 131 | 30 | 30 | 120 | 53 |
| Binary | 11000011 | 1011010 | 10110 | 0 | 110110 | 1011001 | 11000 | 11000 | 1010000 | 101011 |
Color Harmonies of #C35A16
Complementary color
Monochromatic Colors of #C35A16
Black with #C35A16
Text Example
Text Example
White with #C35A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35A16; }
p { color: rgb(195,90,22); }
H1.HeaderClassName
{
color: #C35A16;
}
.AnyTagClassName
{
color: #C35A16;
}
</style>
background-color css
<style>
a { background-color: #C35A16; }
a { background-color: rgb(195,90,22); }
div.DivClassName
{
background-color: #C35A16;
}
.BgClassName
{
background-color: #C35A16;
}
</style>
border-color css
<style>
span { border-color: #C35A16; }
span { border-color: rgb(195,90,22); }
td.TdClassName
{
border-color: #C35A16;
}
.TagClassName
{
border-color: #C35A16;
}
</style>