Shades of Cola #40311F
Tints of Cola #40311F
RGB
CMYK
RGB Variations
Color information
#40311F (or 0x40311F) is known color: Cola. HEX triplet: 40, 31 and 1F. RGB value is (64,49,31). Sum of RGB (Red+Green+Blue) = 64+49+31=144 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.44% from 144); Green value is 49 (19.53% from 255 or 34.03% from 144); Blue value is 31 (12.5% from 255 or 21.53% from 144); Max value from RGB is 64 - color contains mainly: red. Hex color #40311F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40311F is #BFCEE0. Grayscale: #333333. Windows color (decimal): -12570337 or 2044224. OLE color: 2044224.
HSL color Cylindrical-coordinate representation of color #40311F: hue angle of 32.73º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #40311F is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 49 | 31 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.75 |
| HSL | 32.73º | 0.35% | 0.19% | - |
| HSV(B) | 32.73º | 0.52% | 0.25% | - |
| XYZ | 3.46 | 3.39 | 1.77 | - |
| YUV | 51.43 | 116.47 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 49 | 31 | 0 | 0.23 | 0.52 | 0.75 | 32.73 | 0.35 | 0.19 |
| Hex | 40 | 31 | 1F | 0 | 17 | 34 | 4B | 21 | 23 | 13 |
| Octal | 100 | 61 | 37 | 0 | 27 | 64 | 113 | 41 | 43 | 23 |
| Binary | 1000000 | 110001 | 11111 | 0 | 10111 | 110100 | 1001011 | 100001 | 100011 | 10011 |
Color Harmonies of #40311F
Complementary color
Monochromatic Colors of #40311F
Black with #40311F
Text Example
Text Example
White with #40311F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40311F; }
p { color: rgb(64,49,31); }
H1.HeaderClassName
{
color: #40311F;
}
.AnyTagClassName
{
color: #40311F;
}
</style>
background-color css
<style>
a { background-color: #40311F; }
a { background-color: rgb(64,49,31); }
div.DivClassName
{
background-color: #40311F;
}
.BgClassName
{
background-color: #40311F;
}
</style>
border-color css
<style>
span { border-color: #40311F; }
span { border-color: rgb(64,49,31); }
td.TdClassName
{
border-color: #40311F;
}
.TagClassName
{
border-color: #40311F;
}
</style>