Shades of Chocolate #C36418
Tints of Chocolate #C36418
RGB
CMYK
RGB Variations
Color information
#C36418 (or 0xC36418) is known color: Chocolate. HEX triplet: C3, 64 and 18. RGB value is (195,100,24). Sum of RGB (Red+Green+Blue) = 195+100+24=319 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.13% from 319); Green value is 100 (39.45% from 255 or 31.35% from 319); Blue value is 24 (9.77% from 255 or 7.52% from 319); Max value from RGB is 195 - color contains mainly: red. Hex color #C36418 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36418 is #3C9BE7. Grayscale: #787878. Windows color (decimal): -3972072 or 1598659. OLE color: 1598659.
HSL color Cylindrical-coordinate representation of color #C36418: hue angle of 26.67º 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 #C36418 is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 100 | 24 | - |
| CMYK | 0 | 0.49 | 0.88 | 0.24 |
| HSL | 26.67º | 0.78% | 0.43% | - |
| HSV(B) | 26.67º | 0.88% | 0.76% | - |
| XYZ | 27.23 | 20.78 | 3.44 | - |
| YUV | 119.74 | 73.97 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 100 | 24 | 0 | 0.49 | 0.88 | 0.24 | 26.67 | 0.78 | 0.43 |
| Hex | C3 | 64 | 18 | 0 | 31 | 58 | 18 | 1B | 4E | 2B |
| Octal | 303 | 144 | 30 | 0 | 61 | 130 | 30 | 33 | 116 | 53 |
| Binary | 11000011 | 1100100 | 11000 | 0 | 110001 | 1011000 | 11000 | 11011 | 1001110 | 101011 |
Color Harmonies of #C36418
Complementary color
Monochromatic Colors of #C36418
Black with #C36418
Text Example
Text Example
White with #C36418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36418; }
p { color: rgb(195,100,24); }
H1.HeaderClassName
{
color: #C36418;
}
.AnyTagClassName
{
color: #C36418;
}
</style>
background-color css
<style>
a { background-color: #C36418; }
a { background-color: rgb(195,100,24); }
div.DivClassName
{
background-color: #C36418;
}
.BgClassName
{
background-color: #C36418;
}
</style>
border-color css
<style>
span { border-color: #C36418; }
span { border-color: rgb(195,100,24); }
td.TdClassName
{
border-color: #C36418;
}
.TagClassName
{
border-color: #C36418;
}
</style>