Shades of Chocolate #CF521B
Tints of Chocolate #CF521B
RGB
CMYK
RGB Variations
Color information
#CF521B (or 0xCF521B) is known color: Chocolate. HEX triplet: CF, 52 and 1B. RGB value is (207,82,27). Sum of RGB (Red+Green+Blue) = 207+82+27=316 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.51% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 27 (10.94% from 255 or 8.54% from 316); Max value from RGB is 207 - color contains mainly: red. Hex color #CF521B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF521B is #30ADE4. Grayscale: #717171. Windows color (decimal): -3190245 or 1790671. OLE color: 1790671.
HSL color Cylindrical-coordinate representation of color #CF521B: hue angle of 18.33º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF521B is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 82 | 27 | - |
| CMYK | 0 | 0.60 | 0.87 | 0.19 |
| HSL | 18.33º | 0.77% | 0.46% | - |
| HSV(B) | 18.33º | 0.87% | 0.81% | - |
| XYZ | 28.95 | 19.38 | 3.25 | - |
| YUV | 113.11 | 79.41 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 82 | 27 | 0 | 0.60 | 0.87 | 0.19 | 18.33 | 0.77 | 0.46 |
| Hex | CF | 52 | 1B | 0 | 3C | 57 | 13 | 12 | 4D | 2E |
| Octal | 317 | 122 | 33 | 0 | 74 | 127 | 23 | 22 | 115 | 56 |
| Binary | 11001111 | 1010010 | 11011 | 0 | 111100 | 1010111 | 10011 | 10010 | 1001101 | 101110 |
Color Harmonies of #CF521B
Complementary color
Monochromatic Colors of #CF521B
Black with #CF521B
Text Example
Text Example
White with #CF521B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF521B; }
p { color: rgb(207,82,27); }
H1.HeaderClassName
{
color: #CF521B;
}
.AnyTagClassName
{
color: #CF521B;
}
</style>
background-color css
<style>
a { background-color: #CF521B; }
a { background-color: rgb(207,82,27); }
div.DivClassName
{
background-color: #CF521B;
}
.BgClassName
{
background-color: #CF521B;
}
</style>
border-color css
<style>
span { border-color: #CF521B; }
span { border-color: rgb(207,82,27); }
td.TdClassName
{
border-color: #CF521B;
}
.TagClassName
{
border-color: #CF521B;
}
</style>