Shades of Chocolate #C4671D
Tints of Chocolate #C4671D
RGB
CMYK
RGB Variations
Color information
#C4671D (or 0xC4671D) is known color: Chocolate. HEX triplet: C4, 67 and 1D. RGB value is (196,103,29). Sum of RGB (Red+Green+Blue) = 196+103+29=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 29 (11.72% from 255 or 8.84% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C4671D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4671D is #3B98E2. Grayscale: #7A7A7A. Windows color (decimal): -3905763 or 1927108. OLE color: 1927108.
HSL color Cylindrical-coordinate representation of color #C4671D: hue angle of 26.59º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C4671D is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 103 | 29 | - |
| CMYK | 0 | 0.47 | 0.85 | 0.23 |
| HSL | 26.59º | 0.74% | 0.44% | - |
| HSV(B) | 26.59º | 0.85% | 0.77% | - |
| XYZ | 27.84 | 21.52 | 3.85 | - |
| YUV | 122.37 | 75.31 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 103 | 29 | 0 | 0.47 | 0.85 | 0.23 | 26.59 | 0.74 | 0.44 |
| Hex | C4 | 67 | 1D | 0 | 2F | 55 | 17 | 1B | 4A | 2C |
| Octal | 304 | 147 | 35 | 0 | 57 | 125 | 27 | 33 | 112 | 54 |
| Binary | 11000100 | 1100111 | 11101 | 0 | 101111 | 1010101 | 10111 | 11011 | 1001010 | 101100 |
Color Harmonies of #C4671D
Complementary color
Monochromatic Colors of #C4671D
Black with #C4671D
Text Example
Text Example
White with #C4671D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4671D; }
p { color: rgb(196,103,29); }
H1.HeaderClassName
{
color: #C4671D;
}
.AnyTagClassName
{
color: #C4671D;
}
</style>
background-color css
<style>
a { background-color: #C4671D; }
a { background-color: rgb(196,103,29); }
div.DivClassName
{
background-color: #C4671D;
}
.BgClassName
{
background-color: #C4671D;
}
</style>
border-color css
<style>
span { border-color: #C4671D; }
span { border-color: rgb(196,103,29); }
td.TdClassName
{
border-color: #C4671D;
}
.TagClassName
{
border-color: #C4671D;
}
</style>