Shades of Chocolate #C4670F
Tints of Chocolate #C4670F
RGB
CMYK
RGB Variations
Color information
#C4670F (or 0xC4670F) is known color: Chocolate. HEX triplet: C4, 67 and 0F. RGB value is (196,103,15). Sum of RGB (Red+Green+Blue) = 196+103+15=314 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.42% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 15 (6.25% from 255 or 4.78% from 314); Max value from RGB is 196 - color contains mainly: red. Hex color #C4670F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4670F is #3B98F0. Grayscale: #797979. Windows color (decimal): -3905777 or 1009604. OLE color: 1009604.
HSL color Cylindrical-coordinate representation of color #C4670F: hue angle of 29.17º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4670F is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 103 | 15 | - |
| CMYK | 0 | 0.47 | 0.92 | 0.23 |
| HSL | 29.17º | 0.86% | 0.41% | - |
| HSV(B) | 29.17º | 0.92% | 0.77% | - |
| XYZ | 27.7 | 21.47 | 3.14 | - |
| YUV | 120.78 | 68.31 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 103 | 15 | 0 | 0.47 | 0.92 | 0.23 | 29.17 | 0.86 | 0.41 |
| Hex | C4 | 67 | F | 0 | 2F | 5C | 17 | 1D | 56 | 29 |
| Octal | 304 | 147 | 17 | 0 | 57 | 134 | 27 | 35 | 126 | 51 |
| Binary | 11000100 | 1100111 | 1111 | 0 | 101111 | 1011100 | 10111 | 11101 | 1010110 | 101001 |
Color Harmonies of #C4670F
Complementary color
Monochromatic Colors of #C4670F
Black with #C4670F
Text Example
Text Example
White with #C4670F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4670F; }
p { color: rgb(196,103,15); }
H1.HeaderClassName
{
color: #C4670F;
}
.AnyTagClassName
{
color: #C4670F;
}
</style>
background-color css
<style>
a { background-color: #C4670F; }
a { background-color: rgb(196,103,15); }
div.DivClassName
{
background-color: #C4670F;
}
.BgClassName
{
background-color: #C4670F;
}
</style>
border-color css
<style>
span { border-color: #C4670F; }
span { border-color: rgb(196,103,15); }
td.TdClassName
{
border-color: #C4670F;
}
.TagClassName
{
border-color: #C4670F;
}
</style>