Shades of Mikado #412E07
Tints of Mikado #412E07
RGB
CMYK
RGB Variations
Color information
#412E07 (or 0x412E07) is known color: Mikado. HEX triplet: 41, 2E and 07. RGB value is (65,46,7). Sum of RGB (Red+Green+Blue) = 65+46+7=118 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.08% from 118); Green value is 46 (18.36% from 255 or 38.98% from 118); Blue value is 7 (3.12% from 255 or 5.93% from 118); Max value from RGB is 65 - color contains mainly: red. Hex color #412E07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412E07 is #BED1F8. Grayscale: #2F2F2F. Windows color (decimal): -12505593 or 470593. OLE color: 470593.
HSL color Cylindrical-coordinate representation of color #412E07: hue angle of 40.34º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #412E07 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 46 | 7 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.75 |
| HSL | 40.34º | 0.81% | 0.14% | - |
| HSV(B) | 40.34º | 0.89% | 0.25% | - |
| XYZ | 3.2 | 3.09 | 0.63 | - |
| YUV | 47.24 | 105.29 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 46 | 7 | 0 | 0.29 | 0.89 | 0.75 | 40.34 | 0.81 | 0.14 |
| Hex | 41 | 2E | 7 | 0 | 1D | 59 | 4B | 28 | 51 | E |
| Octal | 101 | 56 | 7 | 0 | 35 | 131 | 113 | 50 | 121 | 16 |
| Binary | 1000001 | 101110 | 111 | 0 | 11101 | 1011001 | 1001011 | 101000 | 1010001 | 1110 |
Color Harmonies of #412E07
Complementary color
Monochromatic Colors of #412E07
Black with #412E07
Text Example
Text Example
White with #412E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412E07; }
p { color: rgb(65,46,7); }
H1.HeaderClassName
{
color: #412E07;
}
.AnyTagClassName
{
color: #412E07;
}
</style>
background-color css
<style>
a { background-color: #412E07; }
a { background-color: rgb(65,46,7); }
div.DivClassName
{
background-color: #412E07;
}
.BgClassName
{
background-color: #412E07;
}
</style>
border-color css
<style>
span { border-color: #412E07; }
span { border-color: rgb(65,46,7); }
td.TdClassName
{
border-color: #412E07;
}
.TagClassName
{
border-color: #412E07;
}
</style>