Shades of Chocolate #C3601D
Tints of Chocolate #C3601D
RGB
CMYK
RGB Variations
Color information
#C3601D (or 0xC3601D) is known color: Chocolate. HEX triplet: C3, 60 and 1D. RGB value is (195,96,29). Sum of RGB (Red+Green+Blue) = 195+96+29=320 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.94% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 29 (11.72% from 255 or 9.06% from 320); Max value from RGB is 195 - color contains mainly: red. Hex color #C3601D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3601D is #3C9FE2. Grayscale: #767676. Windows color (decimal): -3973091 or 1925315. OLE color: 1925315.
HSL color Cylindrical-coordinate representation of color #C3601D: hue angle of 24.22º degrees, saturation: 0.74, 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 #C3601D is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 96 | 29 | - |
| CMYK | 0 | 0.51 | 0.85 | 0.24 |
| HSL | 24.22º | 0.74% | 0.44% | - |
| HSV(B) | 24.22º | 0.85% | 0.76% | - |
| XYZ | 26.91 | 20.06 | 3.62 | - |
| YUV | 117.96 | 77.8 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 96 | 29 | 0 | 0.51 | 0.85 | 0.24 | 24.22 | 0.74 | 0.44 |
| Hex | C3 | 60 | 1D | 0 | 33 | 55 | 18 | 18 | 4A | 2C |
| Octal | 303 | 140 | 35 | 0 | 63 | 125 | 30 | 30 | 112 | 54 |
| Binary | 11000011 | 1100000 | 11101 | 0 | 110011 | 1010101 | 11000 | 11000 | 1001010 | 101100 |
Color Harmonies of #C3601D
Complementary color
Monochromatic Colors of #C3601D
Black with #C3601D
Text Example
Text Example
White with #C3601D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3601D; }
p { color: rgb(195,96,29); }
H1.HeaderClassName
{
color: #C3601D;
}
.AnyTagClassName
{
color: #C3601D;
}
</style>
background-color css
<style>
a { background-color: #C3601D; }
a { background-color: rgb(195,96,29); }
div.DivClassName
{
background-color: #C3601D;
}
.BgClassName
{
background-color: #C3601D;
}
</style>
border-color css
<style>
span { border-color: #C3601D; }
span { border-color: rgb(195,96,29); }
td.TdClassName
{
border-color: #C3601D;
}
.TagClassName
{
border-color: #C3601D;
}
</style>