Shades of Chocolate #C3651B
Tints of Chocolate #C3651B
RGB
CMYK
RGB Variations
Color information
#C3651B (or 0xC3651B) is known color: Chocolate. HEX triplet: C3, 65 and 1B. RGB value is (195,101,27). Sum of RGB (Red+Green+Blue) = 195+101+27=323 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.37% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 27 (10.94% from 255 or 8.36% from 323); Max value from RGB is 195 - color contains mainly: red. Hex color #C3651B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3651B is #3C9AE4. Grayscale: #797979. Windows color (decimal): -3971813 or 1795523. OLE color: 1795523.
HSL color Cylindrical-coordinate representation of color #C3651B: hue angle of 26.43º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C3651B is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 101 | 27 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.24 |
| HSL | 26.43º | 0.76% | 0.44% | - |
| HSV(B) | 26.43º | 0.86% | 0.76% | - |
| XYZ | 27.36 | 20.99 | 3.65 | - |
| YUV | 120.67 | 75.14 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 101 | 27 | 0 | 0.48 | 0.86 | 0.24 | 26.43 | 0.76 | 0.44 |
| Hex | C3 | 65 | 1B | 0 | 30 | 56 | 18 | 1A | 4C | 2C |
| Octal | 303 | 145 | 33 | 0 | 60 | 126 | 30 | 32 | 114 | 54 |
| Binary | 11000011 | 1100101 | 11011 | 0 | 110000 | 1010110 | 11000 | 11010 | 1001100 | 101100 |
Color Harmonies of #C3651B
Complementary color
Monochromatic Colors of #C3651B
Black with #C3651B
Text Example
Text Example
White with #C3651B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3651B; }
p { color: rgb(195,101,27); }
H1.HeaderClassName
{
color: #C3651B;
}
.AnyTagClassName
{
color: #C3651B;
}
</style>
background-color css
<style>
a { background-color: #C3651B; }
a { background-color: rgb(195,101,27); }
div.DivClassName
{
background-color: #C3651B;
}
.BgClassName
{
background-color: #C3651B;
}
</style>
border-color css
<style>
span { border-color: #C3651B; }
span { border-color: rgb(195,101,27); }
td.TdClassName
{
border-color: #C3651B;
}
.TagClassName
{
border-color: #C3651B;
}
</style>