Shades of Chocolate #C5661B
Tints of Chocolate #C5661B
RGB
CMYK
RGB Variations
Color information
#C5661B (or 0xC5661B) is known color: Chocolate. HEX triplet: C5, 66 and 1B. RGB value is (197,102,27). Sum of RGB (Red+Green+Blue) = 197+102+27=326 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.43% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 27 (10.94% from 255 or 8.28% from 326); Max value from RGB is 197 - color contains mainly: red. Hex color #C5661B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5661B is #3A99E4. Grayscale: #7A7A7A. Windows color (decimal): -3840485 or 1795781. OLE color: 1795781.
HSL color Cylindrical-coordinate representation of color #C5661B: hue angle of 26.47º 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 #C5661B is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 102 | 27 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.23 |
| HSL | 26.47º | 0.76% | 0.44% | - |
| HSV(B) | 26.47º | 0.86% | 0.77% | - |
| XYZ | 27.98 | 21.45 | 3.7 | - |
| YUV | 121.86 | 74.47 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 102 | 27 | 0 | 0.48 | 0.86 | 0.23 | 26.47 | 0.76 | 0.44 |
| Hex | C5 | 66 | 1B | 0 | 30 | 56 | 17 | 1A | 4C | 2C |
| Octal | 305 | 146 | 33 | 0 | 60 | 126 | 27 | 32 | 114 | 54 |
| Binary | 11000101 | 1100110 | 11011 | 0 | 110000 | 1010110 | 10111 | 11010 | 1001100 | 101100 |
Color Harmonies of #C5661B
Complementary color
Monochromatic Colors of #C5661B
Black with #C5661B
Text Example
Text Example
White with #C5661B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5661B; }
p { color: rgb(197,102,27); }
H1.HeaderClassName
{
color: #C5661B;
}
.AnyTagClassName
{
color: #C5661B;
}
</style>
background-color css
<style>
a { background-color: #C5661B; }
a { background-color: rgb(197,102,27); }
div.DivClassName
{
background-color: #C5661B;
}
.BgClassName
{
background-color: #C5661B;
}
</style>
border-color css
<style>
span { border-color: #C5661B; }
span { border-color: rgb(197,102,27); }
td.TdClassName
{
border-color: #C5661B;
}
.TagClassName
{
border-color: #C5661B;
}
</style>