Shades of Mikado #412D05
Tints of Mikado #412D05
RGB
CMYK
RGB Variations
Color information
#412D05 (or 0x412D05) is known color: Mikado. HEX triplet: 41, 2D and 05. RGB value is (65,45,5). Sum of RGB (Red+Green+Blue) = 65+45+5=115 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.52% from 115); Green value is 45 (17.97% from 255 or 39.13% from 115); Blue value is 5 (2.34% from 255 or 4.35% from 115); Max value from RGB is 65 - color contains mainly: red. Hex color #412D05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412D05 is #BED2FA. Grayscale: #2E2E2E. Windows color (decimal): -12505851 or 339265. OLE color: 339265.
HSL color Cylindrical-coordinate representation of color #412D05: hue angle of 40º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #412D05 is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 45 | 5 | - |
| CMYK | 0 | 0.31 | 0.92 | 0.75 |
| HSL | 40º | 0.86% | 0.14% | - |
| HSV(B) | 40º | 0.92% | 0.25% | - |
| XYZ | 3.15 | 3.01 | 0.56 | - |
| YUV | 46.42 | 104.63 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 45 | 5 | 0 | 0.31 | 0.92 | 0.75 | 40 | 0.86 | 0.14 |
| Hex | 41 | 2D | 5 | 0 | 1F | 5C | 4B | 28 | 56 | E |
| Octal | 101 | 55 | 5 | 0 | 37 | 134 | 113 | 50 | 126 | 16 |
| Binary | 1000001 | 101101 | 101 | 0 | 11111 | 1011100 | 1001011 | 101000 | 1010110 | 1110 |
Color Harmonies of #412D05
Complementary color
Monochromatic Colors of #412D05
Black with #412D05
Text Example
Text Example
White with #412D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412D05; }
p { color: rgb(65,45,5); }
H1.HeaderClassName
{
color: #412D05;
}
.AnyTagClassName
{
color: #412D05;
}
</style>
background-color css
<style>
a { background-color: #412D05; }
a { background-color: rgb(65,45,5); }
div.DivClassName
{
background-color: #412D05;
}
.BgClassName
{
background-color: #412D05;
}
</style>
border-color css
<style>
span { border-color: #412D05; }
span { border-color: rgb(65,45,5); }
td.TdClassName
{
border-color: #412D05;
}
.TagClassName
{
border-color: #412D05;
}
</style>