Shades of Cola #402C14
Tints of Cola #402C14
RGB
CMYK
RGB Variations
Color information
#402C14 (or 0x402C14) is known color: Cola. HEX triplet: 40, 2C and 14. RGB value is (64,44,20). Sum of RGB (Red+Green+Blue) = 64+44+20=128 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50% from 128); Green value is 44 (17.58% from 255 or 34.38% from 128); Blue value is 20 (8.20% from 255 or 15.62% from 128); Max value from RGB is 64 - color contains mainly: red. Hex color #402C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402C14 is #BFD3EB. Grayscale: #2F2F2F. Windows color (decimal): -12571628 or 1322048. OLE color: 1322048.
HSL color Cylindrical-coordinate representation of color #402C14: hue angle of 32.73º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #402C14 is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 44 | 20 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.75 |
| HSL | 32.73º | 0.52% | 0.16% | - |
| HSV(B) | 32.73º | 0.69% | 0.25% | - |
| XYZ | 3.14 | 2.94 | 1.06 | - |
| YUV | 47.24 | 112.63 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 44 | 20 | 0 | 0.31 | 0.69 | 0.75 | 32.73 | 0.52 | 0.16 |
| Hex | 40 | 2C | 14 | 0 | 1F | 45 | 4B | 21 | 34 | 10 |
| Octal | 100 | 54 | 24 | 0 | 37 | 105 | 113 | 41 | 64 | 20 |
| Binary | 1000000 | 101100 | 10100 | 0 | 11111 | 1000101 | 1001011 | 100001 | 110100 | 10000 |
Color Harmonies of #402C14
Complementary color
Monochromatic Colors of #402C14
Black with #402C14
Text Example
Text Example
White with #402C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402C14; }
p { color: rgb(64,44,20); }
H1.HeaderClassName
{
color: #402C14;
}
.AnyTagClassName
{
color: #402C14;
}
</style>
background-color css
<style>
a { background-color: #402C14; }
a { background-color: rgb(64,44,20); }
div.DivClassName
{
background-color: #402C14;
}
.BgClassName
{
background-color: #402C14;
}
</style>
border-color css
<style>
span { border-color: #402C14; }
span { border-color: rgb(64,44,20); }
td.TdClassName
{
border-color: #402C14;
}
.TagClassName
{
border-color: #402C14;
}
</style>