Shades of Chocolate #C36218
Tints of Chocolate #C36218
RGB
CMYK
RGB Variations
Color information
#C36218 (or 0xC36218) is known color: Chocolate. HEX triplet: C3, 62 and 18. RGB value is (195,98,24). Sum of RGB (Red+Green+Blue) = 195+98+24=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 24 (9.77% from 255 or 7.57% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C36218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36218 is #3C9DE7. Grayscale: #767676. Windows color (decimal): -3972584 or 1598147. OLE color: 1598147.
HSL color Cylindrical-coordinate representation of color #C36218: hue angle of 25.96º 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 #C36218 is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 98 | 24 | - |
| CMYK | 0 | 0.50 | 0.88 | 0.24 |
| HSL | 25.96º | 0.78% | 0.43% | - |
| HSV(B) | 25.96º | 0.88% | 0.76% | - |
| XYZ | 27.04 | 20.4 | 3.38 | - |
| YUV | 118.57 | 74.64 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 98 | 24 | 0 | 0.50 | 0.88 | 0.24 | 25.96 | 0.78 | 0.43 |
| Hex | C3 | 62 | 18 | 0 | 32 | 58 | 18 | 1A | 4E | 2B |
| Octal | 303 | 142 | 30 | 0 | 62 | 130 | 30 | 32 | 116 | 53 |
| Binary | 11000011 | 1100010 | 11000 | 0 | 110010 | 1011000 | 11000 | 11010 | 1001110 | 101011 |
Color Harmonies of #C36218
Complementary color
Monochromatic Colors of #C36218
Black with #C36218
Text Example
Text Example
White with #C36218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36218; }
p { color: rgb(195,98,24); }
H1.HeaderClassName
{
color: #C36218;
}
.AnyTagClassName
{
color: #C36218;
}
</style>
background-color css
<style>
a { background-color: #C36218; }
a { background-color: rgb(195,98,24); }
div.DivClassName
{
background-color: #C36218;
}
.BgClassName
{
background-color: #C36218;
}
</style>
border-color css
<style>
span { border-color: #C36218; }
span { border-color: rgb(195,98,24); }
td.TdClassName
{
border-color: #C36218;
}
.TagClassName
{
border-color: #C36218;
}
</style>