Shades of Mikado #412D00
Tints of Mikado #412D00
RGB
CMYK
RGB Variations
Color information
#412D00 (or 0x412D00) is known color: Mikado. HEX triplet: 41, 2D and 00. RGB value is (65,45,0). Sum of RGB (Red+Green+Blue) = 65+45+0=110 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.09% from 110); Green value is 45 (17.97% from 255 or 40.91% from 110); Blue value is 0 (0.39% from 255 or 0% from 110); Max value from RGB is 65 - color contains mainly: red. Hex color #412D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412D00 is #BED2FF. Grayscale: #2E2E2E. Windows color (decimal): -12505856 or 11585. OLE color: 11585.
HSL color Cylindrical-coordinate representation of color #412D00: hue angle of 41.54º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #412D00 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 45 | 0 | - |
| CMYK | 0 | 0.31 | 1 | 0.75 |
| HSL | 41.54º | 1% | 0.13% | - |
| HSV(B) | 41.54º | 1% | 0.25% | - |
| XYZ | 3.12 | 3 | 0.41 | - |
| YUV | 45.85 | 102.13 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 45 | 0 | 0 | 0.31 | 1 | 0.75 | 41.54 | 1 | 0.13 |
| Hex | 41 | 2D | 0 | 0 | 1F | 64 | 4B | 2A | 64 | D |
| Octal | 101 | 55 | 0 | 0 | 37 | 144 | 113 | 52 | 144 | 15 |
| Binary | 1000001 | 101101 | 0 | 0 | 11111 | 1100100 | 1001011 | 101010 | 1100100 | 1101 |
Color Harmonies of #412D00
Complementary color
Monochromatic Colors of #412D00
Black with #412D00
Text Example
Text Example
White with #412D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412D00; }
p { color: rgb(65,45,0); }
H1.HeaderClassName
{
color: #412D00;
}
.AnyTagClassName
{
color: #412D00;
}
</style>
background-color css
<style>
a { background-color: #412D00; }
a { background-color: rgb(65,45,0); }
div.DivClassName
{
background-color: #412D00;
}
.BgClassName
{
background-color: #412D00;
}
</style>
border-color css
<style>
span { border-color: #412D00; }
span { border-color: rgb(65,45,0); }
td.TdClassName
{
border-color: #412D00;
}
.TagClassName
{
border-color: #412D00;
}
</style>