Shades of Cola #412F19
Tints of Cola #412F19
RGB
CMYK
RGB Variations
Color information
#412F19 (or 0x412F19) is known color: Cola. HEX triplet: 41, 2F and 19. RGB value is (65,47,25). Sum of RGB (Red+Green+Blue) = 65+47+25=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 47 (18.75% from 255 or 34.31% from 137); Blue value is 25 (10.16% from 255 or 18.25% from 137); Max value from RGB is 65 - color contains mainly: red. Hex color #412F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412F19 is #BED0E6. Grayscale: #313131. Windows color (decimal): -12505319 or 1650497. OLE color: 1650497.
HSL color Cylindrical-coordinate representation of color #412F19: hue angle of 33º 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 #412F19 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 47 | 25 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.75 |
| HSL | 33º | 0.44% | 0.18% | - |
| HSV(B) | 33º | 0.62% | 0.25% | - |
| XYZ | 3.37 | 3.23 | 1.36 | - |
| YUV | 49.87 | 113.96 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 47 | 25 | 0 | 0.28 | 0.62 | 0.75 | 33 | 0.44 | 0.18 |
| Hex | 41 | 2F | 19 | 0 | 1C | 3E | 4B | 21 | 2C | 12 |
| Octal | 101 | 57 | 31 | 0 | 34 | 76 | 113 | 41 | 54 | 22 |
| Binary | 1000001 | 101111 | 11001 | 0 | 11100 | 111110 | 1001011 | 100001 | 101100 | 10010 |
Color Harmonies of #412F19
Complementary color
Monochromatic Colors of #412F19
Black with #412F19
Text Example
Text Example
White with #412F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412F19; }
p { color: rgb(65,47,25); }
H1.HeaderClassName
{
color: #412F19;
}
.AnyTagClassName
{
color: #412F19;
}
</style>
background-color css
<style>
a { background-color: #412F19; }
a { background-color: rgb(65,47,25); }
div.DivClassName
{
background-color: #412F19;
}
.BgClassName
{
background-color: #412F19;
}
</style>
border-color css
<style>
span { border-color: #412F19; }
span { border-color: rgb(65,47,25); }
td.TdClassName
{
border-color: #412F19;
}
.TagClassName
{
border-color: #412F19;
}
</style>