Shades of Cola #402F20
Tints of Cola #402F20
RGB
CMYK
RGB Variations
Color information
#402F20 (or 0x402F20) is known color: Cola. HEX triplet: 40, 2F and 20. RGB value is (64,47,32). Sum of RGB (Red+Green+Blue) = 64+47+32=143 (18% of max value = 765). Red value is 64 (25.39% from 255 or 44.76% from 143); Green value is 47 (18.75% from 255 or 32.87% from 143); Blue value is 32 (12.89% from 255 or 22.38% from 143); Max value from RGB is 64 - color contains mainly: red. Hex color #402F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402F20 is #BFD0DF. Grayscale: #323232. Windows color (decimal): -12570848 or 2109248. OLE color: 2109248.
HSL color Cylindrical-coordinate representation of color #402F20: hue angle of 28.12º 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 #402F20 is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 47 | 32 | - |
| CMYK | 0 | 0.27 | 0.50 | 0.75 |
| HSL | 28.13º | 0.33% | 0.19% | - |
| HSV(B) | 28.13º | 0.5% | 0.25% | - |
| XYZ | 3.39 | 3.23 | 1.81 | - |
| YUV | 50.37 | 117.63 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 47 | 32 | 0 | 0.27 | 0.50 | 0.75 | 28.13 | 0.33 | 0.19 |
| Hex | 40 | 2F | 20 | 0 | 1B | 32 | 4B | 1C | 21 | 13 |
| Octal | 100 | 57 | 40 | 0 | 33 | 62 | 113 | 34 | 41 | 23 |
| Binary | 1000000 | 101111 | 100000 | 0 | 11011 | 110010 | 1001011 | 11100 | 100001 | 10011 |
Color Harmonies of #402F20
Complementary color
Monochromatic Colors of #402F20
Black with #402F20
Text Example
Text Example
White with #402F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402F20; }
p { color: rgb(64,47,32); }
H1.HeaderClassName
{
color: #402F20;
}
.AnyTagClassName
{
color: #402F20;
}
</style>
background-color css
<style>
a { background-color: #402F20; }
a { background-color: rgb(64,47,32); }
div.DivClassName
{
background-color: #402F20;
}
.BgClassName
{
background-color: #402F20;
}
</style>
border-color css
<style>
span { border-color: #402F20; }
span { border-color: rgb(64,47,32); }
td.TdClassName
{
border-color: #402F20;
}
.TagClassName
{
border-color: #402F20;
}
</style>