Shades of Cola #412E19
Tints of Cola #412E19
RGB
CMYK
RGB Variations
Color information
#412E19 (or 0x412E19) is known color: Cola. HEX triplet: 41, 2E and 19. RGB value is (65,46,25). Sum of RGB (Red+Green+Blue) = 65+46+25=136 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.79% from 136); Green value is 46 (18.36% from 255 or 33.82% from 136); Blue value is 25 (10.16% from 255 or 18.38% from 136); Max value from RGB is 65 - color contains mainly: red. Hex color #412E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412E19 is #BED1E6. Grayscale: #313131. Windows color (decimal): -12505575 or 1650241. OLE color: 1650241.
HSL color Cylindrical-coordinate representation of color #412E19: hue angle of 31.5º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #412E19 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 46 | 25 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.75 |
| HSL | 31.5º | 0.44% | 0.18% | - |
| HSV(B) | 31.5º | 0.62% | 0.25% | - |
| XYZ | 3.33 | 3.15 | 1.35 | - |
| YUV | 49.29 | 114.29 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 46 | 25 | 0 | 0.29 | 0.62 | 0.75 | 31.5 | 0.44 | 0.18 |
| Hex | 41 | 2E | 19 | 0 | 1D | 3E | 4B | 1F | 2C | 12 |
| Octal | 101 | 56 | 31 | 0 | 35 | 76 | 113 | 37 | 54 | 22 |
| Binary | 1000001 | 101110 | 11001 | 0 | 11101 | 111110 | 1001011 | 11111 | 101100 | 10010 |
Color Harmonies of #412E19
Complementary color
Monochromatic Colors of #412E19
Black with #412E19
Text Example
Text Example
White with #412E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412E19; }
p { color: rgb(65,46,25); }
H1.HeaderClassName
{
color: #412E19;
}
.AnyTagClassName
{
color: #412E19;
}
</style>
background-color css
<style>
a { background-color: #412E19; }
a { background-color: rgb(65,46,25); }
div.DivClassName
{
background-color: #412E19;
}
.BgClassName
{
background-color: #412E19;
}
</style>
border-color css
<style>
span { border-color: #412E19; }
span { border-color: rgb(65,46,25); }
td.TdClassName
{
border-color: #412E19;
}
.TagClassName
{
border-color: #412E19;
}
</style>