Shades of Cola #402D19
Tints of Cola #402D19
RGB
CMYK
RGB Variations
Color information
#402D19 (or 0x402D19) is known color: Cola. HEX triplet: 40, 2D and 19. RGB value is (64,45,25). Sum of RGB (Red+Green+Blue) = 64+45+25=134 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.76% from 134); Green value is 45 (17.97% from 255 or 33.58% from 134); Blue value is 25 (10.16% from 255 or 18.66% from 134); Max value from RGB is 64 - color contains mainly: red. Hex color #402D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402D19 is #BFD2E6. Grayscale: #303030. Windows color (decimal): -12571367 or 1649984. OLE color: 1649984.
HSL color Cylindrical-coordinate representation of color #402D19: hue angle of 30.77º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #402D19 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 45 | 25 | - |
| CMYK | 0 | 0.30 | 0.61 | 0.75 |
| HSL | 30.77º | 0.44% | 0.17% | - |
| HSV(B) | 30.77º | 0.61% | 0.25% | - |
| XYZ | 3.23 | 3.04 | 1.34 | - |
| YUV | 48.4 | 114.79 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 45 | 25 | 0 | 0.30 | 0.61 | 0.75 | 30.77 | 0.44 | 0.17 |
| Hex | 40 | 2D | 19 | 0 | 1E | 3D | 4B | 1F | 2C | 11 |
| Octal | 100 | 55 | 31 | 0 | 36 | 75 | 113 | 37 | 54 | 21 |
| Binary | 1000000 | 101101 | 11001 | 0 | 11110 | 111101 | 1001011 | 11111 | 101100 | 10001 |
Color Harmonies of #402D19
Complementary color
Monochromatic Colors of #402D19
Black with #402D19
Text Example
Text Example
White with #402D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402D19; }
p { color: rgb(64,45,25); }
H1.HeaderClassName
{
color: #402D19;
}
.AnyTagClassName
{
color: #402D19;
}
</style>
background-color css
<style>
a { background-color: #402D19; }
a { background-color: rgb(64,45,25); }
div.DivClassName
{
background-color: #402D19;
}
.BgClassName
{
background-color: #402D19;
}
</style>
border-color css
<style>
span { border-color: #402D19; }
span { border-color: rgb(64,45,25); }
td.TdClassName
{
border-color: #402D19;
}
.TagClassName
{
border-color: #402D19;
}
</style>