Shades of Chocolate #CF541F
Tints of Chocolate #CF541F
RGB
CMYK
RGB Variations
Color information
#CF541F (or 0xCF541F) is known color: Chocolate. HEX triplet: CF, 54 and 1F. RGB value is (207,84,31). Sum of RGB (Red+Green+Blue) = 207+84+31=322 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.29% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 31 (12.5% from 255 or 9.63% from 322); Max value from RGB is 207 - color contains mainly: red. Hex color #CF541F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF541F is #30ABE0. Grayscale: #737373. Windows color (decimal): -3189729 or 2053327. OLE color: 2053327.
HSL color Cylindrical-coordinate representation of color #CF541F: hue angle of 18.07º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF541F is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 84 | 31 | - |
| CMYK | 0 | 0.59 | 0.85 | 0.19 |
| HSL | 18.07º | 0.74% | 0.47% | - |
| HSV(B) | 18.07º | 0.85% | 0.81% | - |
| XYZ | 29.15 | 19.7 | 3.56 | - |
| YUV | 114.74 | 80.75 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 84 | 31 | 0 | 0.59 | 0.85 | 0.19 | 18.07 | 0.74 | 0.47 |
| Hex | CF | 54 | 1F | 0 | 3B | 55 | 13 | 12 | 4A | 2F |
| Octal | 317 | 124 | 37 | 0 | 73 | 125 | 23 | 22 | 112 | 57 |
| Binary | 11001111 | 1010100 | 11111 | 0 | 111011 | 1010101 | 10011 | 10010 | 1001010 | 101111 |
Color Harmonies of #CF541F
Complementary color
Monochromatic Colors of #CF541F
Black with #CF541F
Text Example
Text Example
White with #CF541F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF541F; }
p { color: rgb(207,84,31); }
H1.HeaderClassName
{
color: #CF541F;
}
.AnyTagClassName
{
color: #CF541F;
}
</style>
background-color css
<style>
a { background-color: #CF541F; }
a { background-color: rgb(207,84,31); }
div.DivClassName
{
background-color: #CF541F;
}
.BgClassName
{
background-color: #CF541F;
}
</style>
border-color css
<style>
span { border-color: #CF541F; }
span { border-color: rgb(207,84,31); }
td.TdClassName
{
border-color: #CF541F;
}
.TagClassName
{
border-color: #CF541F;
}
</style>