Shades of Cola #402C0E
Tints of Cola #402C0E
RGB
CMYK
RGB Variations
Color information
#402C0E (or 0x402C0E) is known color: Cola. HEX triplet: 40, 2C and 0E. RGB value is (64,44,14). Sum of RGB (Red+Green+Blue) = 64+44+14=122 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.46% from 122); Green value is 44 (17.58% from 255 or 36.07% from 122); Blue value is 14 (5.86% from 255 or 11.48% from 122); Max value from RGB is 64 - color contains mainly: red. Hex color #402C0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402C0E is #BFD3F1. Grayscale: #2E2E2E. Windows color (decimal): -12571634 or 928832. OLE color: 928832.
HSL color Cylindrical-coordinate representation of color #402C0E: hue angle of 36º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #402C0E is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 44 | 14 | - |
| CMYK | 0 | 0.31 | 0.78 | 0.75 |
| HSL | 36º | 0.64% | 0.15% | - |
| HSV(B) | 36º | 0.78% | 0.25% | - |
| XYZ | 3.09 | 2.92 | 0.82 | - |
| YUV | 46.56 | 109.63 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 44 | 14 | 0 | 0.31 | 0.78 | 0.75 | 36 | 0.64 | 0.15 |
| Hex | 40 | 2C | E | 0 | 1F | 4E | 4B | 24 | 40 | F |
| Octal | 100 | 54 | 16 | 0 | 37 | 116 | 113 | 44 | 100 | 17 |
| Binary | 1000000 | 101100 | 1110 | 0 | 11111 | 1001110 | 1001011 | 100100 | 1000000 | 1111 |
Color Harmonies of #402C0E
Complementary color
Monochromatic Colors of #402C0E
Black with #402C0E
Text Example
Text Example
White with #402C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402C0E; }
p { color: rgb(64,44,14); }
H1.HeaderClassName
{
color: #402C0E;
}
.AnyTagClassName
{
color: #402C0E;
}
</style>
background-color css
<style>
a { background-color: #402C0E; }
a { background-color: rgb(64,44,14); }
div.DivClassName
{
background-color: #402C0E;
}
.BgClassName
{
background-color: #402C0E;
}
</style>
border-color css
<style>
span { border-color: #402C0E; }
span { border-color: rgb(64,44,14); }
td.TdClassName
{
border-color: #402C0E;
}
.TagClassName
{
border-color: #402C0E;
}
</style>