Shades of Cola #3E3228
Tints of Cola #3E3228
RGB
CMYK
RGB Variations
Color information
#3E3228 (or 0x3E3228) is known color: Cola. HEX triplet: 3E, 32 and 28. RGB value is (62,50,40). Sum of RGB (Red+Green+Blue) = 62+50+40=152 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40.79% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 40 (16.02% from 255 or 26.32% from 152); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3228 is #C1CDD7. Grayscale: #343434. Windows color (decimal): -12701144 or 2634302. OLE color: 2634302.
HSL color Cylindrical-coordinate representation of color #3E3228: hue angle of 27.27º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3E3228 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 50 | 40 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.76 |
| HSL | 27.27º | 0.22% | 0.2% | - |
| HSV(B) | 27.27º | 0.35% | 0.24% | - |
| XYZ | 3.51 | 3.46 | 2.49 | - |
| YUV | 52.45 | 120.98 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 50 | 40 | 0 | 0.19 | 0.35 | 0.76 | 27.27 | 0.22 | 0.2 |
| Hex | 3E | 32 | 28 | 0 | 13 | 23 | 4C | 1B | 16 | 14 |
| Octal | 76 | 62 | 50 | 0 | 23 | 43 | 114 | 33 | 26 | 24 |
| Binary | 111110 | 110010 | 101000 | 0 | 10011 | 100011 | 1001100 | 11011 | 10110 | 10100 |
Color Harmonies of #3E3228
Complementary color
Monochromatic Colors of #3E3228
Black with #3E3228
Text Example
Text Example
White with #3E3228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3228; }
p { color: rgb(62,50,40); }
H1.HeaderClassName
{
color: #3E3228;
}
.AnyTagClassName
{
color: #3E3228;
}
</style>
background-color css
<style>
a { background-color: #3E3228; }
a { background-color: rgb(62,50,40); }
div.DivClassName
{
background-color: #3E3228;
}
.BgClassName
{
background-color: #3E3228;
}
</style>
border-color css
<style>
span { border-color: #3E3228; }
span { border-color: rgb(62,50,40); }
td.TdClassName
{
border-color: #3E3228;
}
.TagClassName
{
border-color: #3E3228;
}
</style>