Shades of Chocolate #CF531A
Tints of Chocolate #CF531A
RGB
CMYK
RGB Variations
Color information
#CF531A (or 0xCF531A) is known color: Chocolate. HEX triplet: CF, 53 and 1A. RGB value is (207,83,26). Sum of RGB (Red+Green+Blue) = 207+83+26=316 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.51% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 26 (10.55% from 255 or 8.23% from 316); Max value from RGB is 207 - color contains mainly: red. Hex color #CF531A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF531A is #30ACE5. Grayscale: #717171. Windows color (decimal): -3189990 or 1725391. OLE color: 1725391.
HSL color Cylindrical-coordinate representation of color #CF531A: hue angle of 18.9º degrees, saturation: 0.78, 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 #CF531A is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 83 | 26 | - |
| CMYK | 0 | 0.60 | 0.87 | 0.19 |
| HSL | 18.9º | 0.78% | 0.46% | - |
| HSV(B) | 18.9º | 0.87% | 0.81% | - |
| XYZ | 29.01 | 19.53 | 3.22 | - |
| YUV | 113.58 | 78.58 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 83 | 26 | 0 | 0.60 | 0.87 | 0.19 | 18.9 | 0.78 | 0.46 |
| Hex | CF | 53 | 1A | 0 | 3C | 57 | 13 | 13 | 4E | 2E |
| Octal | 317 | 123 | 32 | 0 | 74 | 127 | 23 | 23 | 116 | 56 |
| Binary | 11001111 | 1010011 | 11010 | 0 | 111100 | 1010111 | 10011 | 10011 | 1001110 | 101110 |
Color Harmonies of #CF531A
Complementary color
Monochromatic Colors of #CF531A
Black with #CF531A
Text Example
Text Example
White with #CF531A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF531A; }
p { color: rgb(207,83,26); }
H1.HeaderClassName
{
color: #CF531A;
}
.AnyTagClassName
{
color: #CF531A;
}
</style>
background-color css
<style>
a { background-color: #CF531A; }
a { background-color: rgb(207,83,26); }
div.DivClassName
{
background-color: #CF531A;
}
.BgClassName
{
background-color: #CF531A;
}
</style>
border-color css
<style>
span { border-color: #CF531A; }
span { border-color: rgb(207,83,26); }
td.TdClassName
{
border-color: #CF531A;
}
.TagClassName
{
border-color: #CF531A;
}
</style>