Shades of Cola #412E15
Tints of Cola #412E15
RGB
CMYK
RGB Variations
Color information
#412E15 (or 0x412E15) is known color: Cola. HEX triplet: 41, 2E and 15. RGB value is (65,46,21). Sum of RGB (Red+Green+Blue) = 65+46+21=132 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.24% from 132); Green value is 46 (18.36% from 255 or 34.85% from 132); Blue value is 21 (8.59% from 255 or 15.91% from 132); Max value from RGB is 65 - color contains mainly: red. Hex color #412E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412E15 is #BED1EA. Grayscale: #303030. Windows color (decimal): -12505579 or 1388097. OLE color: 1388097.
HSL color Cylindrical-coordinate representation of color #412E15: hue angle of 34.09º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #412E15 is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 46 | 21 | - |
| CMYK | 0 | 0.29 | 0.68 | 0.75 |
| HSL | 34.09º | 0.51% | 0.17% | - |
| HSV(B) | 34.09º | 0.68% | 0.25% | - |
| XYZ | 3.29 | 3.13 | 1.14 | - |
| YUV | 48.83 | 112.29 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 46 | 21 | 0 | 0.29 | 0.68 | 0.75 | 34.09 | 0.51 | 0.17 |
| Hex | 41 | 2E | 15 | 0 | 1D | 44 | 4B | 22 | 33 | 11 |
| Octal | 101 | 56 | 25 | 0 | 35 | 104 | 113 | 42 | 63 | 21 |
| Binary | 1000001 | 101110 | 10101 | 0 | 11101 | 1000100 | 1001011 | 100010 | 110011 | 10001 |
Color Harmonies of #412E15
Complementary color
Monochromatic Colors of #412E15
Black with #412E15
Text Example
Text Example
White with #412E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412E15; }
p { color: rgb(65,46,21); }
H1.HeaderClassName
{
color: #412E15;
}
.AnyTagClassName
{
color: #412E15;
}
</style>
background-color css
<style>
a { background-color: #412E15; }
a { background-color: rgb(65,46,21); }
div.DivClassName
{
background-color: #412E15;
}
.BgClassName
{
background-color: #412E15;
}
</style>
border-color css
<style>
span { border-color: #412E15; }
span { border-color: rgb(65,46,21); }
td.TdClassName
{
border-color: #412E15;
}
.TagClassName
{
border-color: #412E15;
}
</style>