Shades of Cola #412F1B
Tints of Cola #412F1B
RGB
CMYK
RGB Variations
Color information
#412F1B (or 0x412F1B) is known color: Cola. HEX triplet: 41, 2F and 1B. RGB value is (65,47,27). Sum of RGB (Red+Green+Blue) = 65+47+27=139 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.76% from 139); Green value is 47 (18.75% from 255 or 33.81% from 139); Blue value is 27 (10.94% from 255 or 19.42% from 139); Max value from RGB is 65 - color contains mainly: red. Hex color #412F1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412F1B is #BED0E4. Grayscale: #323232. Windows color (decimal): -12505317 or 1781569. OLE color: 1781569.
HSL color Cylindrical-coordinate representation of color #412F1B: hue angle of 31.58º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #412F1B is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 47 | 27 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.75 |
| HSL | 31.58º | 0.41% | 0.18% | - |
| HSV(B) | 31.58º | 0.58% | 0.25% | - |
| XYZ | 3.39 | 3.24 | 1.48 | - |
| YUV | 50.1 | 114.96 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 47 | 27 | 0 | 0.28 | 0.58 | 0.75 | 31.58 | 0.41 | 0.18 |
| Hex | 41 | 2F | 1B | 0 | 1C | 3A | 4B | 20 | 29 | 12 |
| Octal | 101 | 57 | 33 | 0 | 34 | 72 | 113 | 40 | 51 | 22 |
| Binary | 1000001 | 101111 | 11011 | 0 | 11100 | 111010 | 1001011 | 100000 | 101001 | 10010 |
Color Harmonies of #412F1B
Complementary color
Monochromatic Colors of #412F1B
Black with #412F1B
Text Example
Text Example
White with #412F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412F1B; }
p { color: rgb(65,47,27); }
H1.HeaderClassName
{
color: #412F1B;
}
.AnyTagClassName
{
color: #412F1B;
}
</style>
background-color css
<style>
a { background-color: #412F1B; }
a { background-color: rgb(65,47,27); }
div.DivClassName
{
background-color: #412F1B;
}
.BgClassName
{
background-color: #412F1B;
}
</style>
border-color css
<style>
span { border-color: #412F1B; }
span { border-color: rgb(65,47,27); }
td.TdClassName
{
border-color: #412F1B;
}
.TagClassName
{
border-color: #412F1B;
}
</style>