Shades of Chocolate #C4670D
Tints of Chocolate #C4670D
RGB
CMYK
RGB Variations
Color information
#C4670D (or 0xC4670D) is known color: Chocolate. HEX triplet: C4, 67 and 0D. RGB value is (196,103,13). Sum of RGB (Red+Green+Blue) = 196+103+13=312 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.82% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 13 (5.47% from 255 or 4.17% from 312); Max value from RGB is 196 - color contains mainly: red. Hex color #C4670D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4670D is #3B98F2. Grayscale: #797979. Windows color (decimal): -3905779 or 878532. OLE color: 878532.
HSL color Cylindrical-coordinate representation of color #C4670D: hue angle of 29.51º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C4670D is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 103 | 13 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.23 |
| HSL | 29.51º | 0.88% | 0.41% | - |
| HSV(B) | 29.51º | 0.93% | 0.77% | - |
| XYZ | 27.69 | 21.47 | 3.06 | - |
| YUV | 120.55 | 67.31 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 103 | 13 | 0 | 0.47 | 0.93 | 0.23 | 29.51 | 0.88 | 0.41 |
| Hex | C4 | 67 | D | 0 | 2F | 5D | 17 | 1E | 58 | 29 |
| Octal | 304 | 147 | 15 | 0 | 57 | 135 | 27 | 36 | 130 | 51 |
| Binary | 11000100 | 1100111 | 1101 | 0 | 101111 | 1011101 | 10111 | 11110 | 1011000 | 101001 |
Color Harmonies of #C4670D
Complementary color
Monochromatic Colors of #C4670D
Black with #C4670D
Text Example
Text Example
White with #C4670D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4670D; }
p { color: rgb(196,103,13); }
H1.HeaderClassName
{
color: #C4670D;
}
.AnyTagClassName
{
color: #C4670D;
}
</style>
background-color css
<style>
a { background-color: #C4670D; }
a { background-color: rgb(196,103,13); }
div.DivClassName
{
background-color: #C4670D;
}
.BgClassName
{
background-color: #C4670D;
}
</style>
border-color css
<style>
span { border-color: #C4670D; }
span { border-color: rgb(196,103,13); }
td.TdClassName
{
border-color: #C4670D;
}
.TagClassName
{
border-color: #C4670D;
}
</style>