Shades of Chocolate #CF581B
Tints of Chocolate #CF581B
RGB
CMYK
RGB Variations
Color information
#CF581B (or 0xCF581B) is known color: Chocolate. HEX triplet: CF, 58 and 1B. RGB value is (207,88,27). Sum of RGB (Red+Green+Blue) = 207+88+27=322 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.29% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 27 (10.94% from 255 or 8.39% from 322); Max value from RGB is 207 - color contains mainly: red. Hex color #CF581B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF581B is #30A7E4. Grayscale: #747474. Windows color (decimal): -3188709 or 1792207. OLE color: 1792207.
HSL color Cylindrical-coordinate representation of color #CF581B: hue angle of 20.33º 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 #CF581B is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 88 | 27 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.19 |
| HSL | 20.33º | 0.77% | 0.46% | - |
| HSV(B) | 20.33º | 0.87% | 0.81% | - |
| XYZ | 29.42 | 20.32 | 3.41 | - |
| YUV | 116.63 | 77.42 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 27 | 0 | 0.57 | 0.87 | 0.19 | 20.33 | 0.77 | 0.46 |
| Hex | CF | 58 | 1B | 0 | 39 | 57 | 13 | 14 | 4D | 2E |
| Octal | 317 | 130 | 33 | 0 | 71 | 127 | 23 | 24 | 115 | 56 |
| Binary | 11001111 | 1011000 | 11011 | 0 | 111001 | 1010111 | 10011 | 10100 | 1001101 | 101110 |
Color Harmonies of #CF581B
Complementary color
Monochromatic Colors of #CF581B
Black with #CF581B
Text Example
Text Example
White with #CF581B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF581B; }
p { color: rgb(207,88,27); }
H1.HeaderClassName
{
color: #CF581B;
}
.AnyTagClassName
{
color: #CF581B;
}
</style>
background-color css
<style>
a { background-color: #CF581B; }
a { background-color: rgb(207,88,27); }
div.DivClassName
{
background-color: #CF581B;
}
.BgClassName
{
background-color: #CF581B;
}
</style>
border-color css
<style>
span { border-color: #CF581B; }
span { border-color: rgb(207,88,27); }
td.TdClassName
{
border-color: #CF581B;
}
.TagClassName
{
border-color: #CF581B;
}
</style>