Shades of Cola #3E3225
Tints of Cola #3E3225
RGB
CMYK
RGB Variations
Color information
#3E3225 (or 0x3E3225) is known color: Cola. HEX triplet: 3E, 32 and 25. RGB value is (62,50,37). Sum of RGB (Red+Green+Blue) = 62+50+37=149 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.61% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 37 (14.84% from 255 or 24.83% from 149); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3225 is #C1CDDA. Grayscale: #343434. Windows color (decimal): -12701147 or 2437694. OLE color: 2437694.
HSL color Cylindrical-coordinate representation of color #3E3225: hue angle of 31.2º 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 #3E3225 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.76.
Color convert
RGB | 62 | 50 | 37 | - |
CMYK | 0 | 0.19 | 0.40 | 0.76 |
HSL | 31.2º | 0.25% | 0.19% | - |
HSV(B) | 31.2º | 0.4% | 0.24% | - |
XYZ | 3.46 | 3.44 | 2.23 | - |
YUV | 52.11 | 119.48 | 135.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 50 | 37 | 0 | 0.19 | 0.40 | 0.76 | 31.2 | 0.25 | 0.19 |
Hex | 3E | 32 | 25 | 0 | 13 | 28 | 4C | 1F | 19 | 13 |
Octal | 76 | 62 | 45 | 0 | 23 | 50 | 114 | 37 | 31 | 23 |
Binary | 111110 | 110010 | 100101 | 0 | 10011 | 101000 | 1001100 | 11111 | 11001 | 10011 |
Color Harmonies of #3E3225
Complementary color
Monochromatic Colors of #3E3225
Black with #3E3225
Text Example
Text Example
White with #3E3225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3225; }
p { color: rgb(62,50,37); }
H1.HeaderClassName
{
color: #3E3225;
}
.AnyTagClassName
{
color: #3E3225;
}
</style>
background-color css
<style>
a { background-color: #3E3225; }
a { background-color: rgb(62,50,37); }
div.DivClassName
{
background-color: #3E3225;
}
.BgClassName
{
background-color: #3E3225;
}
</style>
border-color css
<style>
span { border-color: #3E3225; }
span { border-color: rgb(62,50,37); }
td.TdClassName
{
border-color: #3E3225;
}
.TagClassName
{
border-color: #3E3225;
}
</style>