Shades of Mikado #412D07
Tints of Mikado #412D07
RGB
CMYK
RGB Variations
Color information
#412D07 (or 0x412D07) is known color: Mikado. HEX triplet: 41, 2D and 07. RGB value is (65,45,7). Sum of RGB (Red+Green+Blue) = 65+45+7=117 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.56% from 117); Green value is 45 (17.97% from 255 or 38.46% from 117); Blue value is 7 (3.12% from 255 or 5.98% from 117); Max value from RGB is 65 - color contains mainly: red. Hex color #412D07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412D07 is #BED2F8. Grayscale: #2E2E2E. Windows color (decimal): -12505849 or 470337. OLE color: 470337.
HSL color Cylindrical-coordinate representation of color #412D07: hue angle of 39.31º 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 #412D07 is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 45 | 7 | - |
| CMYK | 0 | 0.31 | 0.89 | 0.75 |
| HSL | 39.31º | 0.81% | 0.14% | - |
| HSV(B) | 39.31º | 0.89% | 0.25% | - |
| XYZ | 3.16 | 3.02 | 0.62 | - |
| YUV | 46.65 | 105.63 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 45 | 7 | 0 | 0.31 | 0.89 | 0.75 | 39.31 | 0.81 | 0.14 |
| Hex | 41 | 2D | 7 | 0 | 1F | 59 | 4B | 27 | 51 | E |
| Octal | 101 | 55 | 7 | 0 | 37 | 131 | 113 | 47 | 121 | 16 |
| Binary | 1000001 | 101101 | 111 | 0 | 11111 | 1011001 | 1001011 | 100111 | 1010001 | 1110 |
Color Harmonies of #412D07
Complementary color
Monochromatic Colors of #412D07
Black with #412D07
Text Example
Text Example
White with #412D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412D07; }
p { color: rgb(65,45,7); }
H1.HeaderClassName
{
color: #412D07;
}
.AnyTagClassName
{
color: #412D07;
}
</style>
background-color css
<style>
a { background-color: #412D07; }
a { background-color: rgb(65,45,7); }
div.DivClassName
{
background-color: #412D07;
}
.BgClassName
{
background-color: #412D07;
}
</style>
border-color css
<style>
span { border-color: #412D07; }
span { border-color: rgb(65,45,7); }
td.TdClassName
{
border-color: #412D07;
}
.TagClassName
{
border-color: #412D07;
}
</style>