Shades of Chocolate #C35C1C
Tints of Chocolate #C35C1C
RGB
CMYK
RGB Variations
Color information
#C35C1C (or 0xC35C1C) is known color: Chocolate. HEX triplet: C3, 5C and 1C. RGB value is (195,92,28). Sum of RGB (Red+Green+Blue) = 195+92+28=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 28 (11.33% from 255 or 8.89% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35C1C is #3CA3E3. Grayscale: #737373. Windows color (decimal): -3974116 or 1858755. OLE color: 1858755.
HSL color Cylindrical-coordinate representation of color #C35C1C: hue angle of 22.99º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C35C1C is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 92 | 28 | - |
| CMYK | 0 | 0.53 | 0.86 | 0.24 |
| HSL | 22.99º | 0.75% | 0.44% | - |
| HSV(B) | 22.99º | 0.86% | 0.76% | - |
| XYZ | 26.54 | 19.34 | 3.43 | - |
| YUV | 115.5 | 78.62 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 92 | 28 | 0 | 0.53 | 0.86 | 0.24 | 22.99 | 0.75 | 0.44 |
| Hex | C3 | 5C | 1C | 0 | 35 | 56 | 18 | 17 | 4B | 2C |
| Octal | 303 | 134 | 34 | 0 | 65 | 126 | 30 | 27 | 113 | 54 |
| Binary | 11000011 | 1011100 | 11100 | 0 | 110101 | 1010110 | 11000 | 10111 | 1001011 | 101100 |
Color Harmonies of #C35C1C
Complementary color
Monochromatic Colors of #C35C1C
Black with #C35C1C
Text Example
Text Example
White with #C35C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35C1C; }
p { color: rgb(195,92,28); }
H1.HeaderClassName
{
color: #C35C1C;
}
.AnyTagClassName
{
color: #C35C1C;
}
</style>
background-color css
<style>
a { background-color: #C35C1C; }
a { background-color: rgb(195,92,28); }
div.DivClassName
{
background-color: #C35C1C;
}
.BgClassName
{
background-color: #C35C1C;
}
</style>
border-color css
<style>
span { border-color: #C35C1C; }
span { border-color: rgb(195,92,28); }
td.TdClassName
{
border-color: #C35C1C;
}
.TagClassName
{
border-color: #C35C1C;
}
</style>