Shades of Mikado #412F06
Tints of Mikado #412F06
RGB
CMYK
RGB Variations
Color information
#412F06 (or 0x412F06) is known color: Mikado. HEX triplet: 41, 2F and 06. RGB value is (65,47,6). Sum of RGB (Red+Green+Blue) = 65+47+6=118 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.08% from 118); Green value is 47 (18.75% from 255 or 39.83% from 118); Blue value is 6 (2.73% from 255 or 5.08% from 118); Max value from RGB is 65 - color contains mainly: red. Hex color #412F06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412F06 is #BED0F9. Grayscale: #2F2F2F. Windows color (decimal): -12505338 or 405313. OLE color: 405313.
HSL color Cylindrical-coordinate representation of color #412F06: hue angle of 41.69º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #412F06 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 47 | 6 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.75 |
| HSL | 41.69º | 0.83% | 0.14% | - |
| HSV(B) | 41.69º | 0.91% | 0.25% | - |
| XYZ | 3.23 | 3.17 | 0.61 | - |
| YUV | 47.71 | 104.46 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 47 | 6 | 0 | 0.28 | 0.91 | 0.75 | 41.69 | 0.83 | 0.14 |
| Hex | 41 | 2F | 6 | 0 | 1C | 5B | 4B | 2A | 53 | E |
| Octal | 101 | 57 | 6 | 0 | 34 | 133 | 113 | 52 | 123 | 16 |
| Binary | 1000001 | 101111 | 110 | 0 | 11100 | 1011011 | 1001011 | 101010 | 1010011 | 1110 |
Color Harmonies of #412F06
Complementary color
Monochromatic Colors of #412F06
Black with #412F06
Text Example
Text Example
White with #412F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412F06; }
p { color: rgb(65,47,6); }
H1.HeaderClassName
{
color: #412F06;
}
.AnyTagClassName
{
color: #412F06;
}
</style>
background-color css
<style>
a { background-color: #412F06; }
a { background-color: rgb(65,47,6); }
div.DivClassName
{
background-color: #412F06;
}
.BgClassName
{
background-color: #412F06;
}
</style>
border-color css
<style>
span { border-color: #412F06; }
span { border-color: rgb(65,47,6); }
td.TdClassName
{
border-color: #412F06;
}
.TagClassName
{
border-color: #412F06;
}
</style>