Shades of Cola #3E2F1C
Tints of Cola #3E2F1C
RGB
CMYK
RGB Variations
Color information
#3E2F1C (or 0x3E2F1C) is known color: Cola. HEX triplet: 3E, 2F and 1C. RGB value is (62,47,28). Sum of RGB (Red+Green+Blue) = 62+47+28=137 (18% of max value = 765). Red value is 62 (24.61% from 255 or 45.26% from 137); Green value is 47 (18.75% from 255 or 34.31% from 137); Blue value is 28 (11.33% from 255 or 20.44% from 137); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2F1C is #C1D0E3. Grayscale: #313131. Windows color (decimal): -12701924 or 1847102. OLE color: 1847102.
HSL color Cylindrical-coordinate representation of color #3E2F1C: hue angle of 33.53º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E2F1C is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 47 | 28 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.76 |
| HSL | 33.53º | 0.38% | 0.18% | - |
| HSV(B) | 33.53º | 0.55% | 0.24% | - |
| XYZ | 3.21 | 3.14 | 1.54 | - |
| YUV | 49.32 | 115.97 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 47 | 28 | 0 | 0.24 | 0.55 | 0.76 | 33.53 | 0.38 | 0.18 |
| Hex | 3E | 2F | 1C | 0 | 18 | 37 | 4C | 22 | 26 | 12 |
| Octal | 76 | 57 | 34 | 0 | 30 | 67 | 114 | 42 | 46 | 22 |
| Binary | 111110 | 101111 | 11100 | 0 | 11000 | 110111 | 1001100 | 100010 | 100110 | 10010 |
Color Harmonies of #3E2F1C
Complementary color
Monochromatic Colors of #3E2F1C
Black with #3E2F1C
Text Example
Text Example
White with #3E2F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2F1C; }
p { color: rgb(62,47,28); }
H1.HeaderClassName
{
color: #3E2F1C;
}
.AnyTagClassName
{
color: #3E2F1C;
}
</style>
background-color css
<style>
a { background-color: #3E2F1C; }
a { background-color: rgb(62,47,28); }
div.DivClassName
{
background-color: #3E2F1C;
}
.BgClassName
{
background-color: #3E2F1C;
}
</style>
border-color css
<style>
span { border-color: #3E2F1C; }
span { border-color: rgb(62,47,28); }
td.TdClassName
{
border-color: #3E2F1C;
}
.TagClassName
{
border-color: #3E2F1C;
}
</style>