Shades of Mikado #412E0A
Tints of Mikado #412E0A
RGB
CMYK
RGB Variations
Color information
#412E0A (or 0x412E0A) is known color: Mikado. HEX triplet: 41, 2E and 0A. RGB value is (65,46,10). Sum of RGB (Red+Green+Blue) = 65+46+10=121 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.72% from 121); Green value is 46 (18.36% from 255 or 38.02% from 121); Blue value is 10 (4.30% from 255 or 8.26% from 121); Max value from RGB is 65 - color contains mainly: red. Hex color #412E0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412E0A is #BED1F5. Grayscale: #2F2F2F. Windows color (decimal): -12505590 or 667201. OLE color: 667201.
HSL color Cylindrical-coordinate representation of color #412E0A: hue angle of 39.27º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #412E0A is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 46 | 10 | - |
| CMYK | 0 | 0.29 | 0.85 | 0.75 |
| HSL | 39.27º | 0.73% | 0.15% | - |
| HSV(B) | 39.27º | 0.85% | 0.25% | - |
| XYZ | 3.21 | 3.1 | 0.72 | - |
| YUV | 47.58 | 106.79 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 46 | 10 | 0 | 0.29 | 0.85 | 0.75 | 39.27 | 0.73 | 0.15 |
| Hex | 41 | 2E | A | 0 | 1D | 55 | 4B | 27 | 49 | F |
| Octal | 101 | 56 | 12 | 0 | 35 | 125 | 113 | 47 | 111 | 17 |
| Binary | 1000001 | 101110 | 1010 | 0 | 11101 | 1010101 | 1001011 | 100111 | 1001001 | 1111 |
Color Harmonies of #412E0A
Complementary color
Monochromatic Colors of #412E0A
Black with #412E0A
Text Example
Text Example
White with #412E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412E0A; }
p { color: rgb(65,46,10); }
H1.HeaderClassName
{
color: #412E0A;
}
.AnyTagClassName
{
color: #412E0A;
}
</style>
background-color css
<style>
a { background-color: #412E0A; }
a { background-color: rgb(65,46,10); }
div.DivClassName
{
background-color: #412E0A;
}
.BgClassName
{
background-color: #412E0A;
}
</style>
border-color css
<style>
span { border-color: #412E0A; }
span { border-color: rgb(65,46,10); }
td.TdClassName
{
border-color: #412E0A;
}
.TagClassName
{
border-color: #412E0A;
}
</style>