Shades of Chocolate #C3651D
Tints of Chocolate #C3651D
RGB
CMYK
RGB Variations
Color information
#C3651D (or 0xC3651D) is known color: Chocolate. HEX triplet: C3, 65 and 1D. RGB value is (195,101,29). Sum of RGB (Red+Green+Blue) = 195+101+29=325 (43% of max value = 765). Red value is 195 (76.56% from 255 or 60% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 29 (11.72% from 255 or 8.92% from 325); Max value from RGB is 195 - color contains mainly: red. Hex color #C3651D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3651D is #3C9AE2. Grayscale: #797979. Windows color (decimal): -3971811 or 1926595. OLE color: 1926595.
HSL color Cylindrical-coordinate representation of color #C3651D: hue angle of 26.02º 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 #C3651D is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 101 | 29 | - |
| CMYK | 0 | 0.48 | 0.85 | 0.24 |
| HSL | 26.02º | 0.74% | 0.44% | - |
| HSV(B) | 26.02º | 0.85% | 0.76% | - |
| XYZ | 27.38 | 21 | 3.77 | - |
| YUV | 120.9 | 76.14 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 101 | 29 | 0 | 0.48 | 0.85 | 0.24 | 26.02 | 0.74 | 0.44 |
| Hex | C3 | 65 | 1D | 0 | 30 | 55 | 18 | 1A | 4A | 2C |
| Octal | 303 | 145 | 35 | 0 | 60 | 125 | 30 | 32 | 112 | 54 |
| Binary | 11000011 | 1100101 | 11101 | 0 | 110000 | 1010101 | 11000 | 11010 | 1001010 | 101100 |
Color Harmonies of #C3651D
Complementary color
Monochromatic Colors of #C3651D
Black with #C3651D
Text Example
Text Example
White with #C3651D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3651D; }
p { color: rgb(195,101,29); }
H1.HeaderClassName
{
color: #C3651D;
}
.AnyTagClassName
{
color: #C3651D;
}
</style>
background-color css
<style>
a { background-color: #C3651D; }
a { background-color: rgb(195,101,29); }
div.DivClassName
{
background-color: #C3651D;
}
.BgClassName
{
background-color: #C3651D;
}
</style>
border-color css
<style>
span { border-color: #C3651D; }
span { border-color: rgb(195,101,29); }
td.TdClassName
{
border-color: #C3651D;
}
.TagClassName
{
border-color: #C3651D;
}
</style>