Shades of Cola #403120
Tints of Cola #403120
RGB
CMYK
RGB Variations
Color information
#403120 (or 0x403120) is known color: Cola. HEX triplet: 40, 31 and 20. RGB value is (64,49,32). Sum of RGB (Red+Green+Blue) = 64+49+32=145 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.14% from 145); Green value is 49 (19.53% from 255 or 33.79% from 145); Blue value is 32 (12.89% from 255 or 22.07% from 145); Max value from RGB is 64 - color contains mainly: red. Hex color #403120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403120 is #BFCEDF. Grayscale: #333333. Windows color (decimal): -12570336 or 2109760. OLE color: 2109760.
HSL color Cylindrical-coordinate representation of color #403120: hue angle of 31.88º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #403120 is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 49 | 32 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.75 |
| HSL | 31.88º | 0.33% | 0.19% | - |
| HSV(B) | 31.88º | 0.5% | 0.25% | - |
| XYZ | 3.47 | 3.39 | 1.84 | - |
| YUV | 51.55 | 116.97 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 49 | 32 | 0 | 0.23 | 0.50 | 0.75 | 31.88 | 0.33 | 0.19 |
| Hex | 40 | 31 | 20 | 0 | 17 | 32 | 4B | 20 | 21 | 13 |
| Octal | 100 | 61 | 40 | 0 | 27 | 62 | 113 | 40 | 41 | 23 |
| Binary | 1000000 | 110001 | 100000 | 0 | 10111 | 110010 | 1001011 | 100000 | 100001 | 10011 |
Color Harmonies of #403120
Complementary color
Monochromatic Colors of #403120
Black with #403120
Text Example
Text Example
White with #403120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403120; }
p { color: rgb(64,49,32); }
H1.HeaderClassName
{
color: #403120;
}
.AnyTagClassName
{
color: #403120;
}
</style>
background-color css
<style>
a { background-color: #403120; }
a { background-color: rgb(64,49,32); }
div.DivClassName
{
background-color: #403120;
}
.BgClassName
{
background-color: #403120;
}
</style>
border-color css
<style>
span { border-color: #403120; }
span { border-color: rgb(64,49,32); }
td.TdClassName
{
border-color: #403120;
}
.TagClassName
{
border-color: #403120;
}
</style>