Shades of Chocolate #CF541C
Tints of Chocolate #CF541C
RGB
CMYK
RGB Variations
Color information
#CF541C (or 0xCF541C) is known color: Chocolate. HEX triplet: CF, 54 and 1C. RGB value is (207,84,28). Sum of RGB (Red+Green+Blue) = 207+84+28=319 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.89% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 28 (11.33% from 255 or 8.78% from 319); Max value from RGB is 207 - color contains mainly: red. Hex color #CF541C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF541C is #30ABE3. Grayscale: #727272. Windows color (decimal): -3189732 or 1856719. OLE color: 1856719.
HSL color Cylindrical-coordinate representation of color #CF541C: hue angle of 18.77º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF541C is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 84 | 28 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.19 |
| HSL | 18.77º | 0.76% | 0.46% | - |
| HSV(B) | 18.77º | 0.86% | 0.81% | - |
| XYZ | 29.11 | 19.69 | 3.36 | - |
| YUV | 114.39 | 79.25 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 84 | 28 | 0 | 0.59 | 0.86 | 0.19 | 18.77 | 0.76 | 0.46 |
| Hex | CF | 54 | 1C | 0 | 3B | 56 | 13 | 13 | 4C | 2E |
| Octal | 317 | 124 | 34 | 0 | 73 | 126 | 23 | 23 | 114 | 56 |
| Binary | 11001111 | 1010100 | 11100 | 0 | 111011 | 1010110 | 10011 | 10011 | 1001100 | 101110 |
Color Harmonies of #CF541C
Complementary color
Monochromatic Colors of #CF541C
Black with #CF541C
Text Example
Text Example
White with #CF541C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF541C; }
p { color: rgb(207,84,28); }
H1.HeaderClassName
{
color: #CF541C;
}
.AnyTagClassName
{
color: #CF541C;
}
</style>
background-color css
<style>
a { background-color: #CF541C; }
a { background-color: rgb(207,84,28); }
div.DivClassName
{
background-color: #CF541C;
}
.BgClassName
{
background-color: #CF541C;
}
</style>
border-color css
<style>
span { border-color: #CF541C; }
span { border-color: rgb(207,84,28); }
td.TdClassName
{
border-color: #CF541C;
}
.TagClassName
{
border-color: #CF541C;
}
</style>