Shades of Cola #403124
Tints of Cola #403124
RGB
CMYK
RGB Variations
Color information
#403124 (or 0x403124) is known color: Cola. HEX triplet: 40, 31 and 24. RGB value is (64,49,36). Sum of RGB (Red+Green+Blue) = 64+49+36=149 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.95% from 149); Green value is 49 (19.53% from 255 or 32.89% from 149); Blue value is 36 (14.45% from 255 or 24.16% from 149); Max value from RGB is 64 - color contains mainly: red. Hex color #403124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403124 is #BFCEDB. Grayscale: #343434. Windows color (decimal): -12570332 or 2371904. OLE color: 2371904.
HSL color Cylindrical-coordinate representation of color #403124: hue angle of 27.86º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #403124 is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 49 | 36 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.75 |
| HSL | 27.86º | 0.28% | 0.2% | - |
| HSV(B) | 27.86º | 0.44% | 0.25% | - |
| XYZ | 3.53 | 3.41 | 2.14 | - |
| YUV | 52 | 118.97 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 49 | 36 | 0 | 0.23 | 0.44 | 0.75 | 27.86 | 0.28 | 0.2 |
| Hex | 40 | 31 | 24 | 0 | 17 | 2C | 4B | 1C | 1C | 14 |
| Octal | 100 | 61 | 44 | 0 | 27 | 54 | 113 | 34 | 34 | 24 |
| Binary | 1000000 | 110001 | 100100 | 0 | 10111 | 101100 | 1001011 | 11100 | 11100 | 10100 |
Color Harmonies of #403124
Complementary color
Monochromatic Colors of #403124
Black with #403124
Text Example
Text Example
White with #403124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403124; }
p { color: rgb(64,49,36); }
H1.HeaderClassName
{
color: #403124;
}
.AnyTagClassName
{
color: #403124;
}
</style>
background-color css
<style>
a { background-color: #403124; }
a { background-color: rgb(64,49,36); }
div.DivClassName
{
background-color: #403124;
}
.BgClassName
{
background-color: #403124;
}
</style>
border-color css
<style>
span { border-color: #403124; }
span { border-color: rgb(64,49,36); }
td.TdClassName
{
border-color: #403124;
}
.TagClassName
{
border-color: #403124;
}
</style>