Shades of Chocolate #C3631D
Tints of Chocolate #C3631D
RGB
CMYK
RGB Variations
Color information
#C3631D (or 0xC3631D) is known color: Chocolate. HEX triplet: C3, 63 and 1D. RGB value is (195,99,29). Sum of RGB (Red+Green+Blue) = 195+99+29=323 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.37% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 29 (11.72% from 255 or 8.98% from 323); Max value from RGB is 195 - color contains mainly: red. Hex color #C3631D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3631D is #3C9CE2. Grayscale: #787878. Windows color (decimal): -3972323 or 1926083. OLE color: 1926083.
HSL color Cylindrical-coordinate representation of color #C3631D: hue angle of 25.3º 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 #C3631D is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 99 | 29 | - |
| CMYK | 0 | 0.49 | 0.85 | 0.24 |
| HSL | 25.3º | 0.74% | 0.44% | - |
| HSV(B) | 25.3º | 0.85% | 0.76% | - |
| XYZ | 27.19 | 20.61 | 3.71 | - |
| YUV | 119.72 | 76.8 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 99 | 29 | 0 | 0.49 | 0.85 | 0.24 | 25.3 | 0.74 | 0.44 |
| Hex | C3 | 63 | 1D | 0 | 31 | 55 | 18 | 19 | 4A | 2C |
| Octal | 303 | 143 | 35 | 0 | 61 | 125 | 30 | 31 | 112 | 54 |
| Binary | 11000011 | 1100011 | 11101 | 0 | 110001 | 1010101 | 11000 | 11001 | 1001010 | 101100 |
Color Harmonies of #C3631D
Complementary color
Monochromatic Colors of #C3631D
Black with #C3631D
Text Example
Text Example
White with #C3631D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3631D; }
p { color: rgb(195,99,29); }
H1.HeaderClassName
{
color: #C3631D;
}
.AnyTagClassName
{
color: #C3631D;
}
</style>
background-color css
<style>
a { background-color: #C3631D; }
a { background-color: rgb(195,99,29); }
div.DivClassName
{
background-color: #C3631D;
}
.BgClassName
{
background-color: #C3631D;
}
</style>
border-color css
<style>
span { border-color: #C3631D; }
span { border-color: rgb(195,99,29); }
td.TdClassName
{
border-color: #C3631D;
}
.TagClassName
{
border-color: #C3631D;
}
</style>