Shades of Cola #402D16
Tints of Cola #402D16
RGB
CMYK
RGB Variations
Color information
#402D16 (or 0x402D16) is known color: Cola. HEX triplet: 40, 2D and 16. RGB value is (64,45,22). Sum of RGB (Red+Green+Blue) = 64+45+22=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 45 (17.97% from 255 or 34.35% from 131); Blue value is 22 (8.98% from 255 or 16.79% from 131); Max value from RGB is 64 - color contains mainly: red. Hex color #402D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402D16 is #BFD2E9. Grayscale: #303030. Windows color (decimal): -12571370 or 1453376. OLE color: 1453376.
HSL color Cylindrical-coordinate representation of color #402D16: hue angle of 32.86º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #402D16 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 45 | 22 | - |
| CMYK | 0 | 0.30 | 0.66 | 0.75 |
| HSL | 32.86º | 0.49% | 0.17% | - |
| HSV(B) | 32.86º | 0.66% | 0.25% | - |
| XYZ | 3.2 | 3.02 | 1.17 | - |
| YUV | 48.06 | 113.29 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 45 | 22 | 0 | 0.30 | 0.66 | 0.75 | 32.86 | 0.49 | 0.17 |
| Hex | 40 | 2D | 16 | 0 | 1E | 42 | 4B | 21 | 31 | 11 |
| Octal | 100 | 55 | 26 | 0 | 36 | 102 | 113 | 41 | 61 | 21 |
| Binary | 1000000 | 101101 | 10110 | 0 | 11110 | 1000010 | 1001011 | 100001 | 110001 | 10001 |
Color Harmonies of #402D16
Complementary color
Monochromatic Colors of #402D16
Black with #402D16
Text Example
Text Example
White with #402D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402D16; }
p { color: rgb(64,45,22); }
H1.HeaderClassName
{
color: #402D16;
}
.AnyTagClassName
{
color: #402D16;
}
</style>
background-color css
<style>
a { background-color: #402D16; }
a { background-color: rgb(64,45,22); }
div.DivClassName
{
background-color: #402D16;
}
.BgClassName
{
background-color: #402D16;
}
</style>
border-color css
<style>
span { border-color: #402D16; }
span { border-color: rgb(64,45,22); }
td.TdClassName
{
border-color: #402D16;
}
.TagClassName
{
border-color: #402D16;
}
</style>