Shades of Chocolate #C5671C
Tints of Chocolate #C5671C
RGB
CMYK
RGB Variations
Color information
#C5671C (or 0xC5671C) is known color: Chocolate. HEX triplet: C5, 67 and 1C. RGB value is (197,103,28). Sum of RGB (Red+Green+Blue) = 197+103+28=328 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.06% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 28 (11.33% from 255 or 8.54% from 328); Max value from RGB is 197 - color contains mainly: red. Hex color #C5671C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5671C is #3A98E3. Grayscale: #7A7A7A. Windows color (decimal): -3840228 or 1861573. OLE color: 1861573.
HSL color Cylindrical-coordinate representation of color #C5671C: hue angle of 26.63º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C5671C is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 103 | 28 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.23 |
| HSL | 26.63º | 0.75% | 0.44% | - |
| HSV(B) | 26.63º | 0.86% | 0.77% | - |
| XYZ | 28.09 | 21.65 | 3.8 | - |
| YUV | 122.56 | 74.64 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 103 | 28 | 0 | 0.48 | 0.86 | 0.23 | 26.63 | 0.75 | 0.44 |
| Hex | C5 | 67 | 1C | 0 | 30 | 56 | 17 | 1B | 4B | 2C |
| Octal | 305 | 147 | 34 | 0 | 60 | 126 | 27 | 33 | 113 | 54 |
| Binary | 11000101 | 1100111 | 11100 | 0 | 110000 | 1010110 | 10111 | 11011 | 1001011 | 101100 |
Color Harmonies of #C5671C
Complementary color
Monochromatic Colors of #C5671C
Black with #C5671C
Text Example
Text Example
White with #C5671C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5671C; }
p { color: rgb(197,103,28); }
H1.HeaderClassName
{
color: #C5671C;
}
.AnyTagClassName
{
color: #C5671C;
}
</style>
background-color css
<style>
a { background-color: #C5671C; }
a { background-color: rgb(197,103,28); }
div.DivClassName
{
background-color: #C5671C;
}
.BgClassName
{
background-color: #C5671C;
}
</style>
border-color css
<style>
span { border-color: #C5671C; }
span { border-color: rgb(197,103,28); }
td.TdClassName
{
border-color: #C5671C;
}
.TagClassName
{
border-color: #C5671C;
}
</style>