Shades of Cola #3E2D18
Tints of Cola #3E2D18
RGB
CMYK
RGB Variations
Color information
#3E2D18 (or 0x3E2D18) is known color: Cola. HEX triplet: 3E, 2D and 18. RGB value is (62,45,24). Sum of RGB (Red+Green+Blue) = 62+45+24=131 (17% of max value = 765). Red value is 62 (24.61% from 255 or 47.33% from 131); Green value is 45 (17.97% from 255 or 34.35% from 131); Blue value is 24 (9.77% from 255 or 18.32% from 131); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2D18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2D18 is #C1D2E7. Grayscale: #2F2F2F. Windows color (decimal): -12702440 or 1584446. OLE color: 1584446.
HSL color Cylindrical-coordinate representation of color #3E2D18: hue angle of 33.16º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3E2D18 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 45 | 24 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.76 |
| HSL | 33.16º | 0.44% | 0.17% | - |
| HSV(B) | 33.16º | 0.61% | 0.24% | - |
| XYZ | 3.09 | 2.97 | 1.27 | - |
| YUV | 47.69 | 114.63 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 45 | 24 | 0 | 0.27 | 0.61 | 0.76 | 33.16 | 0.44 | 0.17 |
| Hex | 3E | 2D | 18 | 0 | 1B | 3D | 4C | 21 | 2C | 11 |
| Octal | 76 | 55 | 30 | 0 | 33 | 75 | 114 | 41 | 54 | 21 |
| Binary | 111110 | 101101 | 11000 | 0 | 11011 | 111101 | 1001100 | 100001 | 101100 | 10001 |
Color Harmonies of #3E2D18
Complementary color
Monochromatic Colors of #3E2D18
Black with #3E2D18
Text Example
Text Example
White with #3E2D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2D18; }
p { color: rgb(62,45,24); }
H1.HeaderClassName
{
color: #3E2D18;
}
.AnyTagClassName
{
color: #3E2D18;
}
</style>
background-color css
<style>
a { background-color: #3E2D18; }
a { background-color: rgb(62,45,24); }
div.DivClassName
{
background-color: #3E2D18;
}
.BgClassName
{
background-color: #3E2D18;
}
</style>
border-color css
<style>
span { border-color: #3E2D18; }
span { border-color: rgb(62,45,24); }
td.TdClassName
{
border-color: #3E2D18;
}
.TagClassName
{
border-color: #3E2D18;
}
</style>