Shades of Cola #402C10
Tints of Cola #402C10
RGB
CMYK
RGB Variations
Color information
#402C10 (or 0x402C10) is known color: Cola. HEX triplet: 40, 2C and 10. RGB value is (64,44,16). Sum of RGB (Red+Green+Blue) = 64+44+16=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 44 (17.58% from 255 or 35.48% from 124); Blue value is 16 (6.64% from 255 or 12.90% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #402C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402C10 is #BFD3EF. Grayscale: #2E2E2E. Windows color (decimal): -12571632 or 1059904. OLE color: 1059904.
HSL color Cylindrical-coordinate representation of color #402C10: hue angle of 35º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #402C10 is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 44 | 16 | - |
| CMYK | 0 | 0.31 | 0.75 | 0.75 |
| HSL | 35º | 0.6% | 0.16% | - |
| HSV(B) | 35º | 0.75% | 0.25% | - |
| XYZ | 3.11 | 2.93 | 0.89 | - |
| YUV | 46.79 | 110.63 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 44 | 16 | 0 | 0.31 | 0.75 | 0.75 | 35 | 0.6 | 0.16 |
| Hex | 40 | 2C | 10 | 0 | 1F | 4B | 4B | 23 | 3C | 10 |
| Octal | 100 | 54 | 20 | 0 | 37 | 113 | 113 | 43 | 74 | 20 |
| Binary | 1000000 | 101100 | 10000 | 0 | 11111 | 1001011 | 1001011 | 100011 | 111100 | 10000 |
Color Harmonies of #402C10
Complementary color
Monochromatic Colors of #402C10
Black with #402C10
Text Example
Text Example
White with #402C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402C10; }
p { color: rgb(64,44,16); }
H1.HeaderClassName
{
color: #402C10;
}
.AnyTagClassName
{
color: #402C10;
}
</style>
background-color css
<style>
a { background-color: #402C10; }
a { background-color: rgb(64,44,16); }
div.DivClassName
{
background-color: #402C10;
}
.BgClassName
{
background-color: #402C10;
}
</style>
border-color css
<style>
span { border-color: #402C10; }
span { border-color: rgb(64,44,16); }
td.TdClassName
{
border-color: #402C10;
}
.TagClassName
{
border-color: #402C10;
}
</style>