Shades of Mikado #412D06
Tints of Mikado #412D06
RGB
CMYK
RGB Variations
Color information
#412D06 (or 0x412D06) is known color: Mikado. HEX triplet: 41, 2D and 06. RGB value is (65,45,6). Sum of RGB (Red+Green+Blue) = 65+45+6=116 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.03% from 116); Green value is 45 (17.97% from 255 or 38.79% from 116); Blue value is 6 (2.73% from 255 or 5.17% from 116); Max value from RGB is 65 - color contains mainly: red. Hex color #412D06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412D06 is #BED2F9. Grayscale: #2E2E2E. Windows color (decimal): -12505850 or 404801. OLE color: 404801.
HSL color Cylindrical-coordinate representation of color #412D06: hue angle of 39.66º 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 #412D06 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 45 | 6 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.75 |
| HSL | 39.66º | 0.83% | 0.14% | - |
| HSV(B) | 39.66º | 0.91% | 0.25% | - |
| XYZ | 3.15 | 3.01 | 0.59 | - |
| YUV | 46.53 | 105.13 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 45 | 6 | 0 | 0.31 | 0.91 | 0.75 | 39.66 | 0.83 | 0.14 |
| Hex | 41 | 2D | 6 | 0 | 1F | 5B | 4B | 28 | 53 | E |
| Octal | 101 | 55 | 6 | 0 | 37 | 133 | 113 | 50 | 123 | 16 |
| Binary | 1000001 | 101101 | 110 | 0 | 11111 | 1011011 | 1001011 | 101000 | 1010011 | 1110 |
Color Harmonies of #412D06
Complementary color
Monochromatic Colors of #412D06
Black with #412D06
Text Example
Text Example
White with #412D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412D06; }
p { color: rgb(65,45,6); }
H1.HeaderClassName
{
color: #412D06;
}
.AnyTagClassName
{
color: #412D06;
}
</style>
background-color css
<style>
a { background-color: #412D06; }
a { background-color: rgb(65,45,6); }
div.DivClassName
{
background-color: #412D06;
}
.BgClassName
{
background-color: #412D06;
}
</style>
border-color css
<style>
span { border-color: #412D06; }
span { border-color: rgb(65,45,6); }
td.TdClassName
{
border-color: #412D06;
}
.TagClassName
{
border-color: #412D06;
}
</style>