Shades of Chocolate #C3641F
Tints of Chocolate #C3641F
RGB
CMYK
RGB Variations
Color information
#C3641F (or 0xC3641F) is known color: Chocolate. HEX triplet: C3, 64 and 1F. RGB value is (195,100,31). Sum of RGB (Red+Green+Blue) = 195+100+31=326 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.82% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 31 (12.5% from 255 or 9.51% from 326); Max value from RGB is 195 - color contains mainly: red. Hex color #C3641F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3641F is #3C9BE0. Grayscale: #787878. Windows color (decimal): -3972065 or 2057411. OLE color: 2057411.
HSL color Cylindrical-coordinate representation of color #C3641F: hue angle of 25.24º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C3641F is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 100 | 31 | - |
| CMYK | 0 | 0.49 | 0.84 | 0.24 |
| HSL | 25.24º | 0.73% | 0.44% | - |
| HSV(B) | 25.24º | 0.84% | 0.76% | - |
| XYZ | 27.31 | 20.82 | 3.87 | - |
| YUV | 120.54 | 77.47 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 100 | 31 | 0 | 0.49 | 0.84 | 0.24 | 25.24 | 0.73 | 0.44 |
| Hex | C3 | 64 | 1F | 0 | 31 | 54 | 18 | 19 | 49 | 2C |
| Octal | 303 | 144 | 37 | 0 | 61 | 124 | 30 | 31 | 111 | 54 |
| Binary | 11000011 | 1100100 | 11111 | 0 | 110001 | 1010100 | 11000 | 11001 | 1001001 | 101100 |
Color Harmonies of #C3641F
Complementary color
Monochromatic Colors of #C3641F
Black with #C3641F
Text Example
Text Example
White with #C3641F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3641F; }
p { color: rgb(195,100,31); }
H1.HeaderClassName
{
color: #C3641F;
}
.AnyTagClassName
{
color: #C3641F;
}
</style>
background-color css
<style>
a { background-color: #C3641F; }
a { background-color: rgb(195,100,31); }
div.DivClassName
{
background-color: #C3641F;
}
.BgClassName
{
background-color: #C3641F;
}
</style>
border-color css
<style>
span { border-color: #C3641F; }
span { border-color: rgb(195,100,31); }
td.TdClassName
{
border-color: #C3641F;
}
.TagClassName
{
border-color: #C3641F;
}
</style>