Shades of Chocolate #C5651B
Tints of Chocolate #C5651B
RGB
CMYK
RGB Variations
Color information
#C5651B (or 0xC5651B) is known color: Chocolate. HEX triplet: C5, 65 and 1B. RGB value is (197,101,27). Sum of RGB (Red+Green+Blue) = 197+101+27=325 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.62% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 27 (10.94% from 255 or 8.31% from 325); Max value from RGB is 197 - color contains mainly: red. Hex color #C5651B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5651B is #3A9AE4. Grayscale: #797979. Windows color (decimal): -3840741 or 1795525. OLE color: 1795525.
HSL color Cylindrical-coordinate representation of color #C5651B: hue angle of 26.12º 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 #C5651B is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 101 | 27 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.23 |
| HSL | 26.12º | 0.76% | 0.44% | - |
| HSV(B) | 26.12º | 0.86% | 0.77% | - |
| XYZ | 27.88 | 21.26 | 3.67 | - |
| YUV | 121.27 | 74.8 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 101 | 27 | 0 | 0.49 | 0.86 | 0.23 | 26.12 | 0.76 | 0.44 |
| Hex | C5 | 65 | 1B | 0 | 31 | 56 | 17 | 1A | 4C | 2C |
| Octal | 305 | 145 | 33 | 0 | 61 | 126 | 27 | 32 | 114 | 54 |
| Binary | 11000101 | 1100101 | 11011 | 0 | 110001 | 1010110 | 10111 | 11010 | 1001100 | 101100 |
Color Harmonies of #C5651B
Complementary color
Monochromatic Colors of #C5651B
Black with #C5651B
Text Example
Text Example
White with #C5651B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5651B; }
p { color: rgb(197,101,27); }
H1.HeaderClassName
{
color: #C5651B;
}
.AnyTagClassName
{
color: #C5651B;
}
</style>
background-color css
<style>
a { background-color: #C5651B; }
a { background-color: rgb(197,101,27); }
div.DivClassName
{
background-color: #C5651B;
}
.BgClassName
{
background-color: #C5651B;
}
</style>
border-color css
<style>
span { border-color: #C5651B; }
span { border-color: rgb(197,101,27); }
td.TdClassName
{
border-color: #C5651B;
}
.TagClassName
{
border-color: #C5651B;
}
</style>