Shades of Chocolate #C4671A
Tints of Chocolate #C4671A
RGB
CMYK
RGB Variations
Color information
#C4671A (or 0xC4671A) is known color: Chocolate. HEX triplet: C4, 67 and 1A. RGB value is (196,103,26). Sum of RGB (Red+Green+Blue) = 196+103+26=325 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.31% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 26 (10.55% from 255 or 8% from 325); Max value from RGB is 196 - color contains mainly: red. Hex color #C4671A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4671A is #3B98E5. Grayscale: #7A7A7A. Windows color (decimal): -3905766 or 1730500. OLE color: 1730500.
HSL color Cylindrical-coordinate representation of color #C4671A: hue angle of 27.18º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C4671A is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 103 | 26 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.23 |
| HSL | 27.18º | 0.77% | 0.44% | - |
| HSV(B) | 27.18º | 0.87% | 0.77% | - |
| XYZ | 27.8 | 21.51 | 3.66 | - |
| YUV | 122.03 | 73.81 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 103 | 26 | 0 | 0.47 | 0.87 | 0.23 | 27.18 | 0.77 | 0.44 |
| Hex | C4 | 67 | 1A | 0 | 2F | 57 | 17 | 1B | 4D | 2C |
| Octal | 304 | 147 | 32 | 0 | 57 | 127 | 27 | 33 | 115 | 54 |
| Binary | 11000100 | 1100111 | 11010 | 0 | 101111 | 1010111 | 10111 | 11011 | 1001101 | 101100 |
Color Harmonies of #C4671A
Complementary color
Monochromatic Colors of #C4671A
Black with #C4671A
Text Example
Text Example
White with #C4671A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4671A; }
p { color: rgb(196,103,26); }
H1.HeaderClassName
{
color: #C4671A;
}
.AnyTagClassName
{
color: #C4671A;
}
</style>
background-color css
<style>
a { background-color: #C4671A; }
a { background-color: rgb(196,103,26); }
div.DivClassName
{
background-color: #C4671A;
}
.BgClassName
{
background-color: #C4671A;
}
</style>
border-color css
<style>
span { border-color: #C4671A; }
span { border-color: rgb(196,103,26); }
td.TdClassName
{
border-color: #C4671A;
}
.TagClassName
{
border-color: #C4671A;
}
</style>