Shades of Cola #3E3125
Tints of Cola #3E3125
RGB
CMYK
RGB Variations
Color information
#3E3125 (or 0x3E3125) is known color: Cola. HEX triplet: 3E, 31 and 25. RGB value is (62,49,37). Sum of RGB (Red+Green+Blue) = 62+49+37=148 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.89% from 148); Green value is 49 (19.53% from 255 or 33.11% from 148); Blue value is 37 (14.84% from 255 or 25% from 148); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3125 is #C1CEDA. Grayscale: #333333. Windows color (decimal): -12701403 or 2437438. OLE color: 2437438.
HSL color Cylindrical-coordinate representation of color #3E3125: hue angle of 28.8º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3E3125 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 49 | 37 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.76 |
| HSL | 28.8º | 0.25% | 0.19% | - |
| HSV(B) | 28.8º | 0.4% | 0.24% | - |
| XYZ | 3.42 | 3.35 | 2.22 | - |
| YUV | 51.52 | 119.81 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 49 | 37 | 0 | 0.21 | 0.40 | 0.76 | 28.8 | 0.25 | 0.19 |
| Hex | 3E | 31 | 25 | 0 | 15 | 28 | 4C | 1D | 19 | 13 |
| Octal | 76 | 61 | 45 | 0 | 25 | 50 | 114 | 35 | 31 | 23 |
| Binary | 111110 | 110001 | 100101 | 0 | 10101 | 101000 | 1001100 | 11101 | 11001 | 10011 |
Color Harmonies of #3E3125
Complementary color
Monochromatic Colors of #3E3125
Black with #3E3125
Text Example
Text Example
White with #3E3125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3125; }
p { color: rgb(62,49,37); }
H1.HeaderClassName
{
color: #3E3125;
}
.AnyTagClassName
{
color: #3E3125;
}
</style>
background-color css
<style>
a { background-color: #3E3125; }
a { background-color: rgb(62,49,37); }
div.DivClassName
{
background-color: #3E3125;
}
.BgClassName
{
background-color: #3E3125;
}
</style>
border-color css
<style>
span { border-color: #3E3125; }
span { border-color: rgb(62,49,37); }
td.TdClassName
{
border-color: #3E3125;
}
.TagClassName
{
border-color: #3E3125;
}
</style>