Shades of Chocolate #C5681B
Tints of Chocolate #C5681B
RGB
CMYK
RGB Variations
Color information
#C5681B (or 0xC5681B) is known color: Chocolate. HEX triplet: C5, 68 and 1B. RGB value is (197,104,27). Sum of RGB (Red+Green+Blue) = 197+104+27=328 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.06% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 27 (10.94% from 255 or 8.23% from 328); Max value from RGB is 197 - color contains mainly: red. Hex color #C5681B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5681B is #3A97E4. Grayscale: #7B7B7B. Windows color (decimal): -3839973 or 1796293. OLE color: 1796293.
HSL color Cylindrical-coordinate representation of color #C5681B: hue angle of 27.18º 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 #C5681B is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 104 | 27 | - |
| CMYK | 0 | 0.47 | 0.86 | 0.23 |
| HSL | 27.18º | 0.76% | 0.44% | - |
| HSV(B) | 27.18º | 0.86% | 0.77% | - |
| XYZ | 28.17 | 21.85 | 3.77 | - |
| YUV | 123.03 | 73.81 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 104 | 27 | 0 | 0.47 | 0.86 | 0.23 | 27.18 | 0.76 | 0.44 |
| Hex | C5 | 68 | 1B | 0 | 2F | 56 | 17 | 1B | 4C | 2C |
| Octal | 305 | 150 | 33 | 0 | 57 | 126 | 27 | 33 | 114 | 54 |
| Binary | 11000101 | 1101000 | 11011 | 0 | 101111 | 1010110 | 10111 | 11011 | 1001100 | 101100 |
Color Harmonies of #C5681B
Complementary color
Monochromatic Colors of #C5681B
Black with #C5681B
Text Example
Text Example
White with #C5681B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5681B; }
p { color: rgb(197,104,27); }
H1.HeaderClassName
{
color: #C5681B;
}
.AnyTagClassName
{
color: #C5681B;
}
</style>
background-color css
<style>
a { background-color: #C5681B; }
a { background-color: rgb(197,104,27); }
div.DivClassName
{
background-color: #C5681B;
}
.BgClassName
{
background-color: #C5681B;
}
</style>
border-color css
<style>
span { border-color: #C5681B; }
span { border-color: rgb(197,104,27); }
td.TdClassName
{
border-color: #C5681B;
}
.TagClassName
{
border-color: #C5681B;
}
</style>