Shades of Chocolate #CF521D
Tints of Chocolate #CF521D
RGB
CMYK
RGB Variations
Color information
#CF521D (or 0xCF521D) is known color: Chocolate. HEX triplet: CF, 52 and 1D. RGB value is (207,82,29). Sum of RGB (Red+Green+Blue) = 207+82+29=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 29 (11.72% from 255 or 9.12% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF521D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF521D is #30ADE2. Grayscale: #717171. Windows color (decimal): -3190243 or 1921743. OLE color: 1921743.
HSL color Cylindrical-coordinate representation of color #CF521D: hue angle of 17.87º degrees, saturation: 0.75, 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 #CF521D is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 82 | 29 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.19 |
| HSL | 17.87º | 0.75% | 0.46% | - |
| HSV(B) | 17.87º | 0.86% | 0.81% | - |
| XYZ | 28.97 | 19.39 | 3.38 | - |
| YUV | 113.33 | 80.41 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 82 | 29 | 0 | 0.60 | 0.86 | 0.19 | 17.87 | 0.75 | 0.46 |
| Hex | CF | 52 | 1D | 0 | 3C | 56 | 13 | 12 | 4B | 2E |
| Octal | 317 | 122 | 35 | 0 | 74 | 126 | 23 | 22 | 113 | 56 |
| Binary | 11001111 | 1010010 | 11101 | 0 | 111100 | 1010110 | 10011 | 10010 | 1001011 | 101110 |
Color Harmonies of #CF521D
Complementary color
Monochromatic Colors of #CF521D
Black with #CF521D
Text Example
Text Example
White with #CF521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF521D; }
p { color: rgb(207,82,29); }
H1.HeaderClassName
{
color: #CF521D;
}
.AnyTagClassName
{
color: #CF521D;
}
</style>
background-color css
<style>
a { background-color: #CF521D; }
a { background-color: rgb(207,82,29); }
div.DivClassName
{
background-color: #CF521D;
}
.BgClassName
{
background-color: #CF521D;
}
</style>
border-color css
<style>
span { border-color: #CF521D; }
span { border-color: rgb(207,82,29); }
td.TdClassName
{
border-color: #CF521D;
}
.TagClassName
{
border-color: #CF521D;
}
</style>