Shades of Cola #402E1B
Tints of Cola #402E1B
RGB
CMYK
RGB Variations
Color information
#402E1B (or 0x402E1B) is known color: Cola. HEX triplet: 40, 2E and 1B. RGB value is (64,46,27). Sum of RGB (Red+Green+Blue) = 64+46+27=137 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.72% from 137); Green value is 46 (18.36% from 255 or 33.58% from 137); Blue value is 27 (10.94% from 255 or 19.71% from 137); Max value from RGB is 64 - color contains mainly: red. Hex color #402E1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402E1B is #BFD1E4. Grayscale: #313131. Windows color (decimal): -12571109 or 1781312. OLE color: 1781312.
HSL color Cylindrical-coordinate representation of color #402E1B: hue angle of 30.81º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #402E1B is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 46 | 27 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.75 |
| HSL | 30.81º | 0.41% | 0.18% | - |
| HSV(B) | 30.81º | 0.58% | 0.25% | - |
| XYZ | 3.29 | 3.12 | 1.47 | - |
| YUV | 49.22 | 115.46 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 46 | 27 | 0 | 0.28 | 0.58 | 0.75 | 30.81 | 0.41 | 0.18 |
| Hex | 40 | 2E | 1B | 0 | 1C | 3A | 4B | 1F | 29 | 12 |
| Octal | 100 | 56 | 33 | 0 | 34 | 72 | 113 | 37 | 51 | 22 |
| Binary | 1000000 | 101110 | 11011 | 0 | 11100 | 111010 | 1001011 | 11111 | 101001 | 10010 |
Color Harmonies of #402E1B
Complementary color
Monochromatic Colors of #402E1B
Black with #402E1B
Text Example
Text Example
White with #402E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402E1B; }
p { color: rgb(64,46,27); }
H1.HeaderClassName
{
color: #402E1B;
}
.AnyTagClassName
{
color: #402E1B;
}
</style>
background-color css
<style>
a { background-color: #402E1B; }
a { background-color: rgb(64,46,27); }
div.DivClassName
{
background-color: #402E1B;
}
.BgClassName
{
background-color: #402E1B;
}
</style>
border-color css
<style>
span { border-color: #402E1B; }
span { border-color: rgb(64,46,27); }
td.TdClassName
{
border-color: #402E1B;
}
.TagClassName
{
border-color: #402E1B;
}
</style>