Shades of Chocolate #CF5819
Tints of Chocolate #CF5819
RGB
CMYK
RGB Variations
Color information
#CF5819 (or 0xCF5819) is known color: Chocolate. HEX triplet: CF, 58 and 19. RGB value is (207,88,25). Sum of RGB (Red+Green+Blue) = 207+88+25=320 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.69% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 25 (10.16% from 255 or 7.81% from 320); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5819 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5819 is #30A7E6. Grayscale: #747474. Windows color (decimal): -3188711 or 1661135. OLE color: 1661135.
HSL color Cylindrical-coordinate representation of color #CF5819: hue angle of 20.77º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF5819 is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 88 | 25 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.19 |
| HSL | 20.77º | 0.78% | 0.45% | - |
| HSV(B) | 20.77º | 0.88% | 0.81% | - |
| XYZ | 29.4 | 20.32 | 3.29 | - |
| YUV | 116.4 | 76.42 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 25 | 0 | 0.57 | 0.88 | 0.19 | 20.77 | 0.78 | 0.45 |
| Hex | CF | 58 | 19 | 0 | 39 | 58 | 13 | 15 | 4E | 2D |
| Octal | 317 | 130 | 31 | 0 | 71 | 130 | 23 | 25 | 116 | 55 |
| Binary | 11001111 | 1011000 | 11001 | 0 | 111001 | 1011000 | 10011 | 10101 | 1001110 | 101101 |
Color Harmonies of #CF5819
Complementary color
Monochromatic Colors of #CF5819
Black with #CF5819
Text Example
Text Example
White with #CF5819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5819; }
p { color: rgb(207,88,25); }
H1.HeaderClassName
{
color: #CF5819;
}
.AnyTagClassName
{
color: #CF5819;
}
</style>
background-color css
<style>
a { background-color: #CF5819; }
a { background-color: rgb(207,88,25); }
div.DivClassName
{
background-color: #CF5819;
}
.BgClassName
{
background-color: #CF5819;
}
</style>
border-color css
<style>
span { border-color: #CF5819; }
span { border-color: rgb(207,88,25); }
td.TdClassName
{
border-color: #CF5819;
}
.TagClassName
{
border-color: #CF5819;
}
</style>