Shades of Chocolate #C7641B
Tints of Chocolate #C7641B
RGB
CMYK
RGB Variations
Color information
#C7641B (or 0xC7641B) is known color: Chocolate. HEX triplet: C7, 64 and 1B. RGB value is (199,100,27). Sum of RGB (Red+Green+Blue) = 199+100+27=326 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.04% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 27 (10.94% from 255 or 8.28% from 326); Max value from RGB is 199 - color contains mainly: red. Hex color #C7641B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7641B is #389BE4. Grayscale: #797979. Windows color (decimal): -3709925 or 1795271. OLE color: 1795271.
HSL color Cylindrical-coordinate representation of color #C7641B: hue angle of 25.47º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C7641B is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 100 | 27 | - |
| CMYK | 0 | 0.50 | 0.86 | 0.22 |
| HSL | 25.47º | 0.76% | 0.44% | - |
| HSV(B) | 25.47º | 0.86% | 0.78% | - |
| XYZ | 28.31 | 21.34 | 3.66 | - |
| YUV | 121.28 | 74.8 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 100 | 27 | 0 | 0.50 | 0.86 | 0.22 | 25.47 | 0.76 | 0.44 |
| Hex | C7 | 64 | 1B | 0 | 32 | 56 | 16 | 19 | 4C | 2C |
| Octal | 307 | 144 | 33 | 0 | 62 | 126 | 26 | 31 | 114 | 54 |
| Binary | 11000111 | 1100100 | 11011 | 0 | 110010 | 1010110 | 10110 | 11001 | 1001100 | 101100 |
Color Harmonies of #C7641B
Complementary color
Monochromatic Colors of #C7641B
Black with #C7641B
Text Example
Text Example
White with #C7641B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7641B; }
p { color: rgb(199,100,27); }
H1.HeaderClassName
{
color: #C7641B;
}
.AnyTagClassName
{
color: #C7641B;
}
</style>
background-color css
<style>
a { background-color: #C7641B; }
a { background-color: rgb(199,100,27); }
div.DivClassName
{
background-color: #C7641B;
}
.BgClassName
{
background-color: #C7641B;
}
</style>
border-color css
<style>
span { border-color: #C7641B; }
span { border-color: rgb(199,100,27); }
td.TdClassName
{
border-color: #C7641B;
}
.TagClassName
{
border-color: #C7641B;
}
</style>