Shades of Chocolate #C35D13
Tints of Chocolate #C35D13
RGB
CMYK
RGB Variations
Color information
#C35D13 (or 0xC35D13) is known color: Chocolate. HEX triplet: C3, 5D and 13. RGB value is (195,93,19). Sum of RGB (Red+Green+Blue) = 195+93+19=307 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.52% from 307); Green value is 93 (36.72% from 255 or 30.29% from 307); Blue value is 19 (7.81% from 255 or 6.19% from 307); Max value from RGB is 195 - color contains mainly: red. Hex color #C35D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35D13 is #3CA2EC. Grayscale: #737373. Windows color (decimal): -3973869 or 1269187. OLE color: 1269187.
HSL color Cylindrical-coordinate representation of color #C35D13: hue angle of 25.23º 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 #C35D13 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 93 | 19 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.24 |
| HSL | 25.23º | 0.82% | 0.42% | - |
| HSV(B) | 25.23º | 0.9% | 0.76% | - |
| XYZ | 26.54 | 19.48 | 2.98 | - |
| YUV | 115.06 | 73.79 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 93 | 19 | 0 | 0.52 | 0.90 | 0.24 | 25.23 | 0.82 | 0.42 |
| Hex | C3 | 5D | 13 | 0 | 34 | 5A | 18 | 19 | 52 | 2A |
| Octal | 303 | 135 | 23 | 0 | 64 | 132 | 30 | 31 | 122 | 52 |
| Binary | 11000011 | 1011101 | 10011 | 0 | 110100 | 1011010 | 11000 | 11001 | 1010010 | 101010 |
Color Harmonies of #C35D13
Complementary color
Monochromatic Colors of #C35D13
Black with #C35D13
Text Example
Text Example
White with #C35D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35D13; }
p { color: rgb(195,93,19); }
H1.HeaderClassName
{
color: #C35D13;
}
.AnyTagClassName
{
color: #C35D13;
}
</style>
background-color css
<style>
a { background-color: #C35D13; }
a { background-color: rgb(195,93,19); }
div.DivClassName
{
background-color: #C35D13;
}
.BgClassName
{
background-color: #C35D13;
}
</style>
border-color css
<style>
span { border-color: #C35D13; }
span { border-color: rgb(195,93,19); }
td.TdClassName
{
border-color: #C35D13;
}
.TagClassName
{
border-color: #C35D13;
}
</style>