Shades of Chocolate #CF501B
Tints of Chocolate #CF501B
RGB
CMYK
RGB Variations
Color information
#CF501B (or 0xCF501B) is known color: Chocolate. HEX triplet: CF, 50 and 1B. RGB value is (207,80,27). Sum of RGB (Red+Green+Blue) = 207+80+27=314 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.92% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 27 (10.94% from 255 or 8.60% from 314); Max value from RGB is 207 - color contains mainly: red. Hex color #CF501B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF501B is #30AFE4. Grayscale: #707070. Windows color (decimal): -3190757 or 1790159. OLE color: 1790159.
HSL color Cylindrical-coordinate representation of color #CF501B: hue angle of 17.67º 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 #CF501B is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 80 | 27 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.19 |
| HSL | 17.67º | 0.77% | 0.46% | - |
| HSV(B) | 17.67º | 0.87% | 0.81% | - |
| XYZ | 28.8 | 19.08 | 3.2 | - |
| YUV | 111.93 | 80.08 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 80 | 27 | 0 | 0.61 | 0.87 | 0.19 | 17.67 | 0.77 | 0.46 |
| Hex | CF | 50 | 1B | 0 | 3D | 57 | 13 | 12 | 4D | 2E |
| Octal | 317 | 120 | 33 | 0 | 75 | 127 | 23 | 22 | 115 | 56 |
| Binary | 11001111 | 1010000 | 11011 | 0 | 111101 | 1010111 | 10011 | 10010 | 1001101 | 101110 |
Color Harmonies of #CF501B
Complementary color
Monochromatic Colors of #CF501B
Black with #CF501B
Text Example
Text Example
White with #CF501B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF501B; }
p { color: rgb(207,80,27); }
H1.HeaderClassName
{
color: #CF501B;
}
.AnyTagClassName
{
color: #CF501B;
}
</style>
background-color css
<style>
a { background-color: #CF501B; }
a { background-color: rgb(207,80,27); }
div.DivClassName
{
background-color: #CF501B;
}
.BgClassName
{
background-color: #CF501B;
}
</style>
border-color css
<style>
span { border-color: #CF501B; }
span { border-color: rgb(207,80,27); }
td.TdClassName
{
border-color: #CF501B;
}
.TagClassName
{
border-color: #CF501B;
}
</style>