Shades of Cola #3D3228
Tints of Cola #3D3228
RGB
CMYK
RGB Variations
Color information
#3D3228 (or 0x3D3228) is known color: Cola. HEX triplet: 3D, 32 and 28. RGB value is (61,50,40). Sum of RGB (Red+Green+Blue) = 61+50+40=151 (20% of max value = 765). Red value is 61 (24.22% from 255 or 40.40% from 151); Green value is 50 (19.92% from 255 or 33.11% from 151); Blue value is 40 (16.02% from 255 or 26.49% from 151); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3228 is #C2CDD7. Grayscale: #343434. Windows color (decimal): -12766680 or 2634301. OLE color: 2634301.
HSL color Cylindrical-coordinate representation of color #3D3228: hue angle of 28.57º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3D3228 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 50 | 40 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.76 |
| HSL | 28.57º | 0.21% | 0.2% | - |
| HSV(B) | 28.57º | 0.34% | 0.24% | - |
| XYZ | 3.45 | 3.43 | 2.49 | - |
| YUV | 52.15 | 121.14 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 50 | 40 | 0 | 0.18 | 0.34 | 0.76 | 28.57 | 0.21 | 0.2 |
| Hex | 3D | 32 | 28 | 0 | 12 | 22 | 4C | 1D | 15 | 14 |
| Octal | 75 | 62 | 50 | 0 | 22 | 42 | 114 | 35 | 25 | 24 |
| Binary | 111101 | 110010 | 101000 | 0 | 10010 | 100010 | 1001100 | 11101 | 10101 | 10100 |
Color Harmonies of #3D3228
Complementary color
Monochromatic Colors of #3D3228
Black with #3D3228
Text Example
Text Example
White with #3D3228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3228; }
p { color: rgb(61,50,40); }
H1.HeaderClassName
{
color: #3D3228;
}
.AnyTagClassName
{
color: #3D3228;
}
</style>
background-color css
<style>
a { background-color: #3D3228; }
a { background-color: rgb(61,50,40); }
div.DivClassName
{
background-color: #3D3228;
}
.BgClassName
{
background-color: #3D3228;
}
</style>
border-color css
<style>
span { border-color: #3D3228; }
span { border-color: rgb(61,50,40); }
td.TdClassName
{
border-color: #3D3228;
}
.TagClassName
{
border-color: #3D3228;
}
</style>