Shades of Chocolate #C4671F
Tints of Chocolate #C4671F
RGB
CMYK
RGB Variations
Color information
#C4671F (or 0xC4671F) is known color: Chocolate. HEX triplet: C4, 67 and 1F. RGB value is (196,103,31). Sum of RGB (Red+Green+Blue) = 196+103+31=330 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.39% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 31 (12.5% from 255 or 9.39% from 330); Max value from RGB is 196 - color contains mainly: red. Hex color #C4671F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4671F is #3B98E0. Grayscale: #7A7A7A. Windows color (decimal): -3905761 or 2058180. OLE color: 2058180.
HSL color Cylindrical-coordinate representation of color #C4671F: hue angle of 26.18º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C4671F is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 103 | 31 | - |
| CMYK | 0 | 0.47 | 0.84 | 0.23 |
| HSL | 26.18º | 0.73% | 0.45% | - |
| HSV(B) | 26.18º | 0.84% | 0.77% | - |
| XYZ | 27.86 | 21.54 | 3.98 | - |
| YUV | 122.6 | 76.31 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 103 | 31 | 0 | 0.47 | 0.84 | 0.23 | 26.18 | 0.73 | 0.45 |
| Hex | C4 | 67 | 1F | 0 | 2F | 54 | 17 | 1A | 49 | 2D |
| Octal | 304 | 147 | 37 | 0 | 57 | 124 | 27 | 32 | 111 | 55 |
| Binary | 11000100 | 1100111 | 11111 | 0 | 101111 | 1010100 | 10111 | 11010 | 1001001 | 101101 |
Color Harmonies of #C4671F
Complementary color
Monochromatic Colors of #C4671F
Black with #C4671F
Text Example
Text Example
White with #C4671F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4671F; }
p { color: rgb(196,103,31); }
H1.HeaderClassName
{
color: #C4671F;
}
.AnyTagClassName
{
color: #C4671F;
}
</style>
background-color css
<style>
a { background-color: #C4671F; }
a { background-color: rgb(196,103,31); }
div.DivClassName
{
background-color: #C4671F;
}
.BgClassName
{
background-color: #C4671F;
}
</style>
border-color css
<style>
span { border-color: #C4671F; }
span { border-color: rgb(196,103,31); }
td.TdClassName
{
border-color: #C4671F;
}
.TagClassName
{
border-color: #C4671F;
}
</style>