Shades of Chocolate #CF5C1F
Tints of Chocolate #CF5C1F
RGB
CMYK
RGB Variations
Color information
#CF5C1F (or 0xCF5C1F) is known color: Chocolate. HEX triplet: CF, 5C and 1F. RGB value is (207,92,31). Sum of RGB (Red+Green+Blue) = 207+92+31=330 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.73% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 31 (12.5% from 255 or 9.39% from 330); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5C1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5C1F is #30A3E0. Grayscale: #777777. Windows color (decimal): -3187681 or 2055375. OLE color: 2055375.
HSL color Cylindrical-coordinate representation of color #CF5C1F: hue angle of 20.8º 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 #CF5C1F is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 92 | 31 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.19 |
| HSL | 20.8º | 0.74% | 0.47% | - |
| HSV(B) | 20.8º | 0.85% | 0.81% | - |
| XYZ | 29.81 | 21.02 | 3.78 | - |
| YUV | 119.43 | 78.1 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 92 | 31 | 0 | 0.56 | 0.85 | 0.19 | 20.8 | 0.74 | 0.47 |
| Hex | CF | 5C | 1F | 0 | 38 | 55 | 13 | 15 | 4A | 2F |
| Octal | 317 | 134 | 37 | 0 | 70 | 125 | 23 | 25 | 112 | 57 |
| Binary | 11001111 | 1011100 | 11111 | 0 | 111000 | 1010101 | 10011 | 10101 | 1001010 | 101111 |
Color Harmonies of #CF5C1F
Complementary color
Monochromatic Colors of #CF5C1F
Black with #CF5C1F
Text Example
Text Example
White with #CF5C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5C1F; }
p { color: rgb(207,92,31); }
H1.HeaderClassName
{
color: #CF5C1F;
}
.AnyTagClassName
{
color: #CF5C1F;
}
</style>
background-color css
<style>
a { background-color: #CF5C1F; }
a { background-color: rgb(207,92,31); }
div.DivClassName
{
background-color: #CF5C1F;
}
.BgClassName
{
background-color: #CF5C1F;
}
</style>
border-color css
<style>
span { border-color: #CF5C1F; }
span { border-color: rgb(207,92,31); }
td.TdClassName
{
border-color: #CF5C1F;
}
.TagClassName
{
border-color: #CF5C1F;
}
</style>