Shades of Chocolate #C5641B
Tints of Chocolate #C5641B
RGB
CMYK
RGB Variations
Color information
#C5641B (or 0xC5641B) is known color: Chocolate. HEX triplet: C5, 64 and 1B. RGB value is (197,100,27). Sum of RGB (Red+Green+Blue) = 197+100+27=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 27 (10.94% from 255 or 8.33% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C5641B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5641B is #3A9BE4. Grayscale: #797979. Windows color (decimal): -3840997 or 1795269. OLE color: 1795269.
HSL color Cylindrical-coordinate representation of color #C5641B: hue angle of 25.76º degrees, saturation: 0.76, 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 #C5641B is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 100 | 27 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.23 |
| HSL | 25.76º | 0.76% | 0.44% | - |
| HSV(B) | 25.76º | 0.86% | 0.77% | - |
| XYZ | 27.78 | 21.06 | 3.64 | - |
| YUV | 120.68 | 75.14 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 100 | 27 | 0 | 0.49 | 0.86 | 0.23 | 25.76 | 0.76 | 0.44 |
| Hex | C5 | 64 | 1B | 0 | 31 | 56 | 17 | 1A | 4C | 2C |
| Octal | 305 | 144 | 33 | 0 | 61 | 126 | 27 | 32 | 114 | 54 |
| Binary | 11000101 | 1100100 | 11011 | 0 | 110001 | 1010110 | 10111 | 11010 | 1001100 | 101100 |
Color Harmonies of #C5641B
Complementary color
Monochromatic Colors of #C5641B
Black with #C5641B
Text Example
Text Example
White with #C5641B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5641B; }
p { color: rgb(197,100,27); }
H1.HeaderClassName
{
color: #C5641B;
}
.AnyTagClassName
{
color: #C5641B;
}
</style>
background-color css
<style>
a { background-color: #C5641B; }
a { background-color: rgb(197,100,27); }
div.DivClassName
{
background-color: #C5641B;
}
.BgClassName
{
background-color: #C5641B;
}
</style>
border-color css
<style>
span { border-color: #C5641B; }
span { border-color: rgb(197,100,27); }
td.TdClassName
{
border-color: #C5641B;
}
.TagClassName
{
border-color: #C5641B;
}
</style>