Shades of Chocolate #C36818
Tints of Chocolate #C36818
RGB
CMYK
RGB Variations
Color information
#C36818 (or 0xC36818) is known color: Chocolate. HEX triplet: C3, 68 and 18. RGB value is (195,104,24). Sum of RGB (Red+Green+Blue) = 195+104+24=323 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.37% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 24 (9.77% from 255 or 7.43% from 323); Max value from RGB is 195 - color contains mainly: red. Hex color #C36818 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36818 is #3C97E7. Grayscale: #7A7A7A. Windows color (decimal): -3971048 or 1599683. OLE color: 1599683.
HSL color Cylindrical-coordinate representation of color #C36818: hue angle of 28.07º 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 #C36818 is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 104 | 24 | - |
| CMYK | 0 | 0.47 | 0.88 | 0.24 |
| HSL | 28.07º | 0.78% | 0.43% | - |
| HSV(B) | 28.07º | 0.88% | 0.76% | - |
| XYZ | 27.62 | 21.57 | 3.57 | - |
| YUV | 122.09 | 72.65 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 104 | 24 | 0 | 0.47 | 0.88 | 0.24 | 28.07 | 0.78 | 0.43 |
| Hex | C3 | 68 | 18 | 0 | 2F | 58 | 18 | 1C | 4E | 2B |
| Octal | 303 | 150 | 30 | 0 | 57 | 130 | 30 | 34 | 116 | 53 |
| Binary | 11000011 | 1101000 | 11000 | 0 | 101111 | 1011000 | 11000 | 11100 | 1001110 | 101011 |
Color Harmonies of #C36818
Complementary color
Monochromatic Colors of #C36818
Black with #C36818
Text Example
Text Example
White with #C36818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36818; }
p { color: rgb(195,104,24); }
H1.HeaderClassName
{
color: #C36818;
}
.AnyTagClassName
{
color: #C36818;
}
</style>
background-color css
<style>
a { background-color: #C36818; }
a { background-color: rgb(195,104,24); }
div.DivClassName
{
background-color: #C36818;
}
.BgClassName
{
background-color: #C36818;
}
</style>
border-color css
<style>
span { border-color: #C36818; }
span { border-color: rgb(195,104,24); }
td.TdClassName
{
border-color: #C36818;
}
.TagClassName
{
border-color: #C36818;
}
</style>