Shades of Chocolate #C3611E
Tints of Chocolate #C3611E
RGB
CMYK
RGB Variations
Color information
#C3611E (or 0xC3611E) is known color: Chocolate. HEX triplet: C3, 61 and 1E. RGB value is (195,97,30). Sum of RGB (Red+Green+Blue) = 195+97+30=322 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.56% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 30 (12.11% from 255 or 9.32% from 322); Max value from RGB is 195 - color contains mainly: red. Hex color #C3611E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3611E is #3C9EE1. Grayscale: #777777. Windows color (decimal): -3972834 or 1991107. OLE color: 1991107.
HSL color Cylindrical-coordinate representation of color #C3611E: hue angle of 24.36º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C3611E is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 97 | 30 | - |
| CMYK | 0 | 0.50 | 0.85 | 0.24 |
| HSL | 24.36º | 0.73% | 0.44% | - |
| HSV(B) | 24.36º | 0.85% | 0.76% | - |
| XYZ | 27.01 | 20.25 | 3.71 | - |
| YUV | 118.66 | 77.97 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 97 | 30 | 0 | 0.50 | 0.85 | 0.24 | 24.36 | 0.73 | 0.44 |
| Hex | C3 | 61 | 1E | 0 | 32 | 55 | 18 | 18 | 49 | 2C |
| Octal | 303 | 141 | 36 | 0 | 62 | 125 | 30 | 30 | 111 | 54 |
| Binary | 11000011 | 1100001 | 11110 | 0 | 110010 | 1010101 | 11000 | 11000 | 1001001 | 101100 |
Color Harmonies of #C3611E
Complementary color
Monochromatic Colors of #C3611E
Black with #C3611E
Text Example
Text Example
White with #C3611E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3611E; }
p { color: rgb(195,97,30); }
H1.HeaderClassName
{
color: #C3611E;
}
.AnyTagClassName
{
color: #C3611E;
}
</style>
background-color css
<style>
a { background-color: #C3611E; }
a { background-color: rgb(195,97,30); }
div.DivClassName
{
background-color: #C3611E;
}
.BgClassName
{
background-color: #C3611E;
}
</style>
border-color css
<style>
span { border-color: #C3611E; }
span { border-color: rgb(195,97,30); }
td.TdClassName
{
border-color: #C3611E;
}
.TagClassName
{
border-color: #C3611E;
}
</style>