Shades of Chocolate #C35918
Tints of Chocolate #C35918
RGB
CMYK
RGB Variations
Color information
#C35918 (or 0xC35918) is known color: Chocolate. HEX triplet: C3, 59 and 18. RGB value is (195,89,24). Sum of RGB (Red+Green+Blue) = 195+89+24=308 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.31% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 24 (9.77% from 255 or 7.79% from 308); Max value from RGB is 195 - color contains mainly: red. Hex color #C35918 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35918 is #3CA6E7. Grayscale: #717171. Windows color (decimal): -3974888 or 1595843. OLE color: 1595843.
HSL color Cylindrical-coordinate representation of color #C35918: hue angle of 22.81º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C35918 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 89 | 24 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.24 |
| HSL | 22.81º | 0.78% | 0.43% | - |
| HSV(B) | 22.81º | 0.88% | 0.76% | - |
| XYZ | 26.24 | 18.81 | 3.11 | - |
| YUV | 113.28 | 77.62 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 89 | 24 | 0 | 0.54 | 0.88 | 0.24 | 22.81 | 0.78 | 0.43 |
| Hex | C3 | 59 | 18 | 0 | 36 | 58 | 18 | 17 | 4E | 2B |
| Octal | 303 | 131 | 30 | 0 | 66 | 130 | 30 | 27 | 116 | 53 |
| Binary | 11000011 | 1011001 | 11000 | 0 | 110110 | 1011000 | 11000 | 10111 | 1001110 | 101011 |
Color Harmonies of #C35918
Complementary color
Monochromatic Colors of #C35918
Black with #C35918
Text Example
Text Example
White with #C35918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35918; }
p { color: rgb(195,89,24); }
H1.HeaderClassName
{
color: #C35918;
}
.AnyTagClassName
{
color: #C35918;
}
</style>
background-color css
<style>
a { background-color: #C35918; }
a { background-color: rgb(195,89,24); }
div.DivClassName
{
background-color: #C35918;
}
.BgClassName
{
background-color: #C35918;
}
</style>
border-color css
<style>
span { border-color: #C35918; }
span { border-color: rgb(195,89,24); }
td.TdClassName
{
border-color: #C35918;
}
.TagClassName
{
border-color: #C35918;
}
</style>