Shades of Cola #3D2E19
Tints of Cola #3D2E19
RGB
CMYK
RGB Variations
Color information
#3D2E19 (or 0x3D2E19) is known color: Cola. HEX triplet: 3D, 2E and 19. RGB value is (61,46,25). Sum of RGB (Red+Green+Blue) = 61+46+25=132 (17% of max value = 765). Red value is 61 (24.22% from 255 or 46.21% from 132); Green value is 46 (18.36% from 255 or 34.85% from 132); Blue value is 25 (10.16% from 255 or 18.94% from 132); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2E19 is #C2D1E6. Grayscale: #303030. Windows color (decimal): -12767719 or 1650237. OLE color: 1650237.
HSL color Cylindrical-coordinate representation of color #3D2E19: hue angle of 35º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D2E19 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 46 | 25 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.76 |
| HSL | 35º | 0.42% | 0.17% | - |
| HSV(B) | 35º | 0.59% | 0.24% | - |
| XYZ | 3.08 | 3.02 | 1.34 | - |
| YUV | 48.09 | 114.97 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 46 | 25 | 0 | 0.25 | 0.59 | 0.76 | 35 | 0.42 | 0.17 |
| Hex | 3D | 2E | 19 | 0 | 19 | 3B | 4C | 23 | 2A | 11 |
| Octal | 75 | 56 | 31 | 0 | 31 | 73 | 114 | 43 | 52 | 21 |
| Binary | 111101 | 101110 | 11001 | 0 | 11001 | 111011 | 1001100 | 100011 | 101010 | 10001 |
Color Harmonies of #3D2E19
Complementary color
Monochromatic Colors of #3D2E19
Black with #3D2E19
Text Example
Text Example
White with #3D2E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2E19; }
p { color: rgb(61,46,25); }
H1.HeaderClassName
{
color: #3D2E19;
}
.AnyTagClassName
{
color: #3D2E19;
}
</style>
background-color css
<style>
a { background-color: #3D2E19; }
a { background-color: rgb(61,46,25); }
div.DivClassName
{
background-color: #3D2E19;
}
.BgClassName
{
background-color: #3D2E19;
}
</style>
border-color css
<style>
span { border-color: #3D2E19; }
span { border-color: rgb(61,46,25); }
td.TdClassName
{
border-color: #3D2E19;
}
.TagClassName
{
border-color: #3D2E19;
}
</style>