Shades of Cola #412D15
Tints of Cola #412D15
RGB
CMYK
RGB Variations
Color information
#412D15 (or 0x412D15) is known color: Cola. HEX triplet: 41, 2D and 15. RGB value is (65,45,21). Sum of RGB (Red+Green+Blue) = 65+45+21=131 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.62% from 131); Green value is 45 (17.97% from 255 or 34.35% from 131); Blue value is 21 (8.59% from 255 or 16.03% from 131); Max value from RGB is 65 - color contains mainly: red. Hex color #412D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412D15 is #BED2EA. Grayscale: #303030. Windows color (decimal): -12505835 or 1387841. OLE color: 1387841.
HSL color Cylindrical-coordinate representation of color #412D15: hue angle of 32.73º 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 #412D15 is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 45 | 21 | - |
| CMYK | 0 | 0.31 | 0.68 | 0.75 |
| HSL | 32.73º | 0.51% | 0.17% | - |
| HSV(B) | 32.73º | 0.68% | 0.25% | - |
| XYZ | 3.25 | 3.05 | 1.13 | - |
| YUV | 48.24 | 112.63 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 45 | 21 | 0 | 0.31 | 0.68 | 0.75 | 32.73 | 0.51 | 0.17 |
| Hex | 41 | 2D | 15 | 0 | 1F | 44 | 4B | 21 | 33 | 11 |
| Octal | 101 | 55 | 25 | 0 | 37 | 104 | 113 | 41 | 63 | 21 |
| Binary | 1000001 | 101101 | 10101 | 0 | 11111 | 1000100 | 1001011 | 100001 | 110011 | 10001 |
Color Harmonies of #412D15
Complementary color
Monochromatic Colors of #412D15
Black with #412D15
Text Example
Text Example
White with #412D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412D15; }
p { color: rgb(65,45,21); }
H1.HeaderClassName
{
color: #412D15;
}
.AnyTagClassName
{
color: #412D15;
}
</style>
background-color css
<style>
a { background-color: #412D15; }
a { background-color: rgb(65,45,21); }
div.DivClassName
{
background-color: #412D15;
}
.BgClassName
{
background-color: #412D15;
}
</style>
border-color css
<style>
span { border-color: #412D15; }
span { border-color: rgb(65,45,21); }
td.TdClassName
{
border-color: #412D15;
}
.TagClassName
{
border-color: #412D15;
}
</style>