Shades of Cola #3C2D1D
Tints of Cola #3C2D1D
RGB
CMYK
RGB Variations
Color information
#3C2D1D (or 0x3C2D1D) is known color: Cola. HEX triplet: 3C, 2D and 1D. RGB value is (60,45,29). Sum of RGB (Red+Green+Blue) = 60+45+29=134 (17% of max value = 765). Red value is 60 (23.83% from 255 or 44.78% from 134); Green value is 45 (17.97% from 255 or 33.58% from 134); Blue value is 29 (11.72% from 255 or 21.64% from 134); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2D1D is #C3D2E2. Grayscale: #2F2F2F. Windows color (decimal): -12833507 or 1912124. OLE color: 1912124.
HSL color Cylindrical-coordinate representation of color #3C2D1D: hue angle of 30.97º degrees, saturation: 0.35, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3C2D1D is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.76.
Color convert
RGB | 60 | 45 | 29 | - |
CMYK | 0 | 0.25 | 0.52 | 0.76 |
HSL | 30.97º | 0.35% | 0.17% | - |
HSV(B) | 30.97º | 0.52% | 0.24% | - |
XYZ | 3.02 | 2.93 | 1.57 | - |
YUV | 47.66 | 117.47 | 136.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 60 | 45 | 29 | 0 | 0.25 | 0.52 | 0.76 | 30.97 | 0.35 | 0.17 |
Hex | 3C | 2D | 1D | 0 | 19 | 34 | 4C | 1F | 23 | 11 |
Octal | 74 | 55 | 35 | 0 | 31 | 64 | 114 | 37 | 43 | 21 |
Binary | 111100 | 101101 | 11101 | 0 | 11001 | 110100 | 1001100 | 11111 | 100011 | 10001 |
Color Harmonies of #3C2D1D
Complementary color
Monochromatic Colors of #3C2D1D
Black with #3C2D1D
Text Example
Text Example
White with #3C2D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2D1D; }
p { color: rgb(60,45,29); }
H1.HeaderClassName
{
color: #3C2D1D;
}
.AnyTagClassName
{
color: #3C2D1D;
}
</style>
background-color css
<style>
a { background-color: #3C2D1D; }
a { background-color: rgb(60,45,29); }
div.DivClassName
{
background-color: #3C2D1D;
}
.BgClassName
{
background-color: #3C2D1D;
}
</style>
border-color css
<style>
span { border-color: #3C2D1D; }
span { border-color: rgb(60,45,29); }
td.TdClassName
{
border-color: #3C2D1D;
}
.TagClassName
{
border-color: #3C2D1D;
}
</style>