Shades of Cola #3E2C1A
Tints of Cola #3E2C1A
RGB
CMYK
RGB Variations
Color information
#3E2C1A (or 0x3E2C1A) is known color: Cola. HEX triplet: 3E, 2C and 1A. RGB value is (62,44,26). Sum of RGB (Red+Green+Blue) = 62+44+26=132 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.97% from 132); Green value is 44 (17.58% from 255 or 33.33% from 132); Blue value is 26 (10.55% from 255 or 19.70% from 132); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2C1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2C1A is #C1D3E5. Grayscale: #2F2F2F. Windows color (decimal): -12702694 or 1715262. OLE color: 1715262.
HSL color Cylindrical-coordinate representation of color #3E2C1A: hue angle of 30º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E2C1A is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 44 | 26 | - |
| CMYK | 0 | 0.29 | 0.58 | 0.76 |
| HSL | 30º | 0.41% | 0.17% | - |
| HSV(B) | 30º | 0.58% | 0.24% | - |
| XYZ | 3.07 | 2.9 | 1.38 | - |
| YUV | 47.33 | 115.96 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 44 | 26 | 0 | 0.29 | 0.58 | 0.76 | 30 | 0.41 | 0.17 |
| Hex | 3E | 2C | 1A | 0 | 1D | 3A | 4C | 1E | 29 | 11 |
| Octal | 76 | 54 | 32 | 0 | 35 | 72 | 114 | 36 | 51 | 21 |
| Binary | 111110 | 101100 | 11010 | 0 | 11101 | 111010 | 1001100 | 11110 | 101001 | 10001 |
Color Harmonies of #3E2C1A
Complementary color
Monochromatic Colors of #3E2C1A
Black with #3E2C1A
Text Example
Text Example
White with #3E2C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2C1A; }
p { color: rgb(62,44,26); }
H1.HeaderClassName
{
color: #3E2C1A;
}
.AnyTagClassName
{
color: #3E2C1A;
}
</style>
background-color css
<style>
a { background-color: #3E2C1A; }
a { background-color: rgb(62,44,26); }
div.DivClassName
{
background-color: #3E2C1A;
}
.BgClassName
{
background-color: #3E2C1A;
}
</style>
border-color css
<style>
span { border-color: #3E2C1A; }
span { border-color: rgb(62,44,26); }
td.TdClassName
{
border-color: #3E2C1A;
}
.TagClassName
{
border-color: #3E2C1A;
}
</style>