Shades of Chocolate #C35F13
Tints of Chocolate #C35F13
RGB
CMYK
RGB Variations
Color information
#C35F13 (or 0xC35F13) is known color: Chocolate. HEX triplet: C3, 5F and 13. RGB value is (195,95,19). Sum of RGB (Red+Green+Blue) = 195+95+19=309 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.11% from 309); Green value is 95 (37.5% from 255 or 30.74% from 309); Blue value is 19 (7.81% from 255 or 6.15% from 309); Max value from RGB is 195 - color contains mainly: red. Hex color #C35F13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35F13 is #3CA0EC. Grayscale: #747474. Windows color (decimal): -3973357 or 1269699. OLE color: 1269699.
HSL color Cylindrical-coordinate representation of color #C35F13: hue angle of 25.91º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C35F13 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 95 | 19 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.24 |
| HSL | 25.91º | 0.82% | 0.42% | - |
| HSV(B) | 25.91º | 0.9% | 0.76% | - |
| XYZ | 26.72 | 19.83 | 3.04 | - |
| YUV | 116.24 | 73.13 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 95 | 19 | 0 | 0.51 | 0.90 | 0.24 | 25.91 | 0.82 | 0.42 |
| Hex | C3 | 5F | 13 | 0 | 33 | 5A | 18 | 1A | 52 | 2A |
| Octal | 303 | 137 | 23 | 0 | 63 | 132 | 30 | 32 | 122 | 52 |
| Binary | 11000011 | 1011111 | 10011 | 0 | 110011 | 1011010 | 11000 | 11010 | 1010010 | 101010 |
Color Harmonies of #C35F13
Complementary color
Monochromatic Colors of #C35F13
Black with #C35F13
Text Example
Text Example
White with #C35F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35F13; }
p { color: rgb(195,95,19); }
H1.HeaderClassName
{
color: #C35F13;
}
.AnyTagClassName
{
color: #C35F13;
}
</style>
background-color css
<style>
a { background-color: #C35F13; }
a { background-color: rgb(195,95,19); }
div.DivClassName
{
background-color: #C35F13;
}
.BgClassName
{
background-color: #C35F13;
}
</style>
border-color css
<style>
span { border-color: #C35F13; }
span { border-color: rgb(195,95,19); }
td.TdClassName
{
border-color: #C35F13;
}
.TagClassName
{
border-color: #C35F13;
}
</style>