Shades of Cola #412F1C
Tints of Cola #412F1C
RGB
CMYK
RGB Variations
Color information
#412F1C (or 0x412F1C) is known color: Cola. HEX triplet: 41, 2F and 1C. RGB value is (65,47,28). Sum of RGB (Red+Green+Blue) = 65+47+28=140 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.43% from 140); Green value is 47 (18.75% from 255 or 33.57% from 140); Blue value is 28 (11.33% from 255 or 20% from 140); Max value from RGB is 65 - color contains mainly: red. Hex color #412F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412F1C is #BED0E3. Grayscale: #323232. Windows color (decimal): -12505316 or 1847105. OLE color: 1847105.
HSL color Cylindrical-coordinate representation of color #412F1C: hue angle of 30.81º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #412F1C is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 47 | 28 | - |
| CMYK | 0 | 0.28 | 0.57 | 0.75 |
| HSL | 30.81º | 0.4% | 0.18% | - |
| HSV(B) | 30.81º | 0.57% | 0.25% | - |
| XYZ | 3.41 | 3.24 | 1.54 | - |
| YUV | 50.22 | 115.46 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 47 | 28 | 0 | 0.28 | 0.57 | 0.75 | 30.81 | 0.4 | 0.18 |
| Hex | 41 | 2F | 1C | 0 | 1C | 39 | 4B | 1F | 28 | 12 |
| Octal | 101 | 57 | 34 | 0 | 34 | 71 | 113 | 37 | 50 | 22 |
| Binary | 1000001 | 101111 | 11100 | 0 | 11100 | 111001 | 1001011 | 11111 | 101000 | 10010 |
Color Harmonies of #412F1C
Complementary color
Monochromatic Colors of #412F1C
Black with #412F1C
Text Example
Text Example
White with #412F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412F1C; }
p { color: rgb(65,47,28); }
H1.HeaderClassName
{
color: #412F1C;
}
.AnyTagClassName
{
color: #412F1C;
}
</style>
background-color css
<style>
a { background-color: #412F1C; }
a { background-color: rgb(65,47,28); }
div.DivClassName
{
background-color: #412F1C;
}
.BgClassName
{
background-color: #412F1C;
}
</style>
border-color css
<style>
span { border-color: #412F1C; }
span { border-color: rgb(65,47,28); }
td.TdClassName
{
border-color: #412F1C;
}
.TagClassName
{
border-color: #412F1C;
}
</style>