Shades of Chocolate #CF671F
Tints of Chocolate #CF671F
RGB
CMYK
RGB Variations
Color information
#CF671F (or 0xCF671F) is known color: Chocolate. HEX triplet: CF, 67 and 1F. RGB value is (207,103,31). Sum of RGB (Red+Green+Blue) = 207+103+31=341 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.70% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 31 (12.5% from 255 or 9.09% from 341); Max value from RGB is 207 - color contains mainly: red. Hex color #CF671F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF671F is #3098E0. Grayscale: #7E7E7E. Windows color (decimal): -3184865 or 2058191. OLE color: 2058191.
HSL color Cylindrical-coordinate representation of color #CF671F: hue angle of 24.55º 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 #CF671F is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 103 | 31 | - |
| CMYK | 0 | 0.50 | 0.85 | 0.19 |
| HSL | 24.55º | 0.74% | 0.47% | - |
| HSV(B) | 24.55º | 0.85% | 0.81% | - |
| XYZ | 30.83 | 23.06 | 4.12 | - |
| YUV | 125.89 | 74.46 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 103 | 31 | 0 | 0.50 | 0.85 | 0.19 | 24.55 | 0.74 | 0.47 |
| Hex | CF | 67 | 1F | 0 | 32 | 55 | 13 | 19 | 4A | 2F |
| Octal | 317 | 147 | 37 | 0 | 62 | 125 | 23 | 31 | 112 | 57 |
| Binary | 11001111 | 1100111 | 11111 | 0 | 110010 | 1010101 | 10011 | 11001 | 1001010 | 101111 |
Color Harmonies of #CF671F
Complementary color
Monochromatic Colors of #CF671F
Black with #CF671F
Text Example
Text Example
White with #CF671F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF671F; }
p { color: rgb(207,103,31); }
H1.HeaderClassName
{
color: #CF671F;
}
.AnyTagClassName
{
color: #CF671F;
}
</style>
background-color css
<style>
a { background-color: #CF671F; }
a { background-color: rgb(207,103,31); }
div.DivClassName
{
background-color: #CF671F;
}
.BgClassName
{
background-color: #CF671F;
}
</style>
border-color css
<style>
span { border-color: #CF671F; }
span { border-color: rgb(207,103,31); }
td.TdClassName
{
border-color: #CF671F;
}
.TagClassName
{
border-color: #CF671F;
}
</style>