Shades of Cola #402F22
Tints of Cola #402F22
RGB
CMYK
RGB Variations
Color information
#402F22 (or 0x402F22) is known color: Cola. HEX triplet: 40, 2F and 22. RGB value is (64,47,34). Sum of RGB (Red+Green+Blue) = 64+47+34=145 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.14% from 145); Green value is 47 (18.75% from 255 or 32.41% from 145); Blue value is 34 (13.67% from 255 or 23.45% from 145); Max value from RGB is 64 - color contains mainly: red. Hex color #402F22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402F22 is #BFD0DD. Grayscale: #323232. Windows color (decimal): -12570846 or 2240320. OLE color: 2240320.
HSL color Cylindrical-coordinate representation of color #402F22: hue angle of 26º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #402F22 is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 47 | 34 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.75 |
| HSL | 26º | 0.31% | 0.19% | - |
| HSV(B) | 26º | 0.47% | 0.25% | - |
| XYZ | 3.42 | 3.24 | 1.96 | - |
| YUV | 50.6 | 118.63 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 47 | 34 | 0 | 0.27 | 0.47 | 0.75 | 26 | 0.31 | 0.19 |
| Hex | 40 | 2F | 22 | 0 | 1B | 2F | 4B | 1A | 1F | 13 |
| Octal | 100 | 57 | 42 | 0 | 33 | 57 | 113 | 32 | 37 | 23 |
| Binary | 1000000 | 101111 | 100010 | 0 | 11011 | 101111 | 1001011 | 11010 | 11111 | 10011 |
Color Harmonies of #402F22
Complementary color
Monochromatic Colors of #402F22
Black with #402F22
Text Example
Text Example
White with #402F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402F22; }
p { color: rgb(64,47,34); }
H1.HeaderClassName
{
color: #402F22;
}
.AnyTagClassName
{
color: #402F22;
}
</style>
background-color css
<style>
a { background-color: #402F22; }
a { background-color: rgb(64,47,34); }
div.DivClassName
{
background-color: #402F22;
}
.BgClassName
{
background-color: #402F22;
}
</style>
border-color css
<style>
span { border-color: #402F22; }
span { border-color: rgb(64,47,34); }
td.TdClassName
{
border-color: #402F22;
}
.TagClassName
{
border-color: #402F22;
}
</style>