Shades of Cola #3C3127
Tints of Cola #3C3127
RGB
CMYK
RGB Variations
Color information
#3C3127 (or 0x3C3127) is known color: Cola. HEX triplet: 3C, 31 and 27. RGB value is (60,49,39). Sum of RGB (Red+Green+Blue) = 60+49+39=148 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.54% from 148); Green value is 49 (19.53% from 255 or 33.11% from 148); Blue value is 39 (15.62% from 255 or 26.35% from 148); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3127 is #C3CED8. Grayscale: #333333. Windows color (decimal): -12832473 or 2568508. OLE color: 2568508.
HSL color Cylindrical-coordinate representation of color #3C3127: hue angle of 28.57º degrees, saturation: 0.21, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3C3127 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 49 | 39 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.76 |
| HSL | 28.57º | 0.21% | 0.19% | - |
| HSV(B) | 28.57º | 0.35% | 0.24% | - |
| XYZ | 3.33 | 3.3 | 2.38 | - |
| YUV | 51.15 | 121.14 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 49 | 39 | 0 | 0.18 | 0.35 | 0.76 | 28.57 | 0.21 | 0.19 |
| Hex | 3C | 31 | 27 | 0 | 12 | 23 | 4C | 1D | 15 | 13 |
| Octal | 74 | 61 | 47 | 0 | 22 | 43 | 114 | 35 | 25 | 23 |
| Binary | 111100 | 110001 | 100111 | 0 | 10010 | 100011 | 1001100 | 11101 | 10101 | 10011 |
Color Harmonies of #3C3127
Complementary color
Monochromatic Colors of #3C3127
Black with #3C3127
Text Example
Text Example
White with #3C3127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3127; }
p { color: rgb(60,49,39); }
H1.HeaderClassName
{
color: #3C3127;
}
.AnyTagClassName
{
color: #3C3127;
}
</style>
background-color css
<style>
a { background-color: #3C3127; }
a { background-color: rgb(60,49,39); }
div.DivClassName
{
background-color: #3C3127;
}
.BgClassName
{
background-color: #3C3127;
}
</style>
border-color css
<style>
span { border-color: #3C3127; }
span { border-color: rgb(60,49,39); }
td.TdClassName
{
border-color: #3C3127;
}
.TagClassName
{
border-color: #3C3127;
}
</style>