Shades of Chocolate #C3671C
Tints of Chocolate #C3671C
RGB
CMYK
RGB Variations
Color information
#C3671C (or 0xC3671C) is known color: Chocolate. HEX triplet: C3, 67 and 1C. RGB value is (195,103,28). Sum of RGB (Red+Green+Blue) = 195+103+28=326 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.82% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 28 (11.33% from 255 or 8.59% from 326); Max value from RGB is 195 - color contains mainly: red. Hex color #C3671C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3671C is #3C98E3. Grayscale: #7A7A7A. Windows color (decimal): -3971300 or 1861571. OLE color: 1861571.
HSL color Cylindrical-coordinate representation of color #C3671C: hue angle of 26.95º degrees, saturation: 0.75, 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 #C3671C is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 103 | 28 | - |
| CMYK | 0 | 0.47 | 0.86 | 0.24 |
| HSL | 26.95º | 0.75% | 0.44% | - |
| HSV(B) | 26.95º | 0.86% | 0.76% | - |
| XYZ | 27.57 | 21.39 | 3.77 | - |
| YUV | 121.96 | 74.98 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 103 | 28 | 0 | 0.47 | 0.86 | 0.24 | 26.95 | 0.75 | 0.44 |
| Hex | C3 | 67 | 1C | 0 | 2F | 56 | 18 | 1B | 4B | 2C |
| Octal | 303 | 147 | 34 | 0 | 57 | 126 | 30 | 33 | 113 | 54 |
| Binary | 11000011 | 1100111 | 11100 | 0 | 101111 | 1010110 | 11000 | 11011 | 1001011 | 101100 |
Color Harmonies of #C3671C
Complementary color
Monochromatic Colors of #C3671C
Black with #C3671C
Text Example
Text Example
White with #C3671C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3671C; }
p { color: rgb(195,103,28); }
H1.HeaderClassName
{
color: #C3671C;
}
.AnyTagClassName
{
color: #C3671C;
}
</style>
background-color css
<style>
a { background-color: #C3671C; }
a { background-color: rgb(195,103,28); }
div.DivClassName
{
background-color: #C3671C;
}
.BgClassName
{
background-color: #C3671C;
}
</style>
border-color css
<style>
span { border-color: #C3671C; }
span { border-color: rgb(195,103,28); }
td.TdClassName
{
border-color: #C3671C;
}
.TagClassName
{
border-color: #C3671C;
}
</style>