Shades of Mikado #412B05
Tints of Mikado #412B05
RGB
CMYK
RGB Variations
Color information
#412B05 (or 0x412B05) is known color: Mikado. HEX triplet: 41, 2B and 05. RGB value is (65,43,5). Sum of RGB (Red+Green+Blue) = 65+43+5=113 (14% of max value = 765). Red value is 65 (25.78% from 255 or 57.52% from 113); Green value is 43 (17.19% from 255 or 38.05% from 113); Blue value is 5 (2.34% from 255 or 4.42% from 113); Max value from RGB is 65 - color contains mainly: red. Hex color #412B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412B05 is #BED4FA. Grayscale: #2D2D2D. Windows color (decimal): -12506363 or 338753. OLE color: 338753.
HSL color Cylindrical-coordinate representation of color #412B05: hue angle of 38º 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 #412B05 is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 43 | 5 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.75 |
| HSL | 38º | 0.86% | 0.14% | - |
| HSV(B) | 38º | 0.92% | 0.25% | - |
| XYZ | 3.07 | 2.86 | 0.53 | - |
| YUV | 45.25 | 105.29 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 43 | 5 | 0 | 0.34 | 0.92 | 0.75 | 38 | 0.86 | 0.14 |
| Hex | 41 | 2B | 5 | 0 | 22 | 5C | 4B | 26 | 56 | E |
| Octal | 101 | 53 | 5 | 0 | 42 | 134 | 113 | 46 | 126 | 16 |
| Binary | 1000001 | 101011 | 101 | 0 | 100010 | 1011100 | 1001011 | 100110 | 1010110 | 1110 |
Color Harmonies of #412B05
Complementary color
Monochromatic Colors of #412B05
Black with #412B05
Text Example
Text Example
White with #412B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412B05; }
p { color: rgb(65,43,5); }
H1.HeaderClassName
{
color: #412B05;
}
.AnyTagClassName
{
color: #412B05;
}
</style>
background-color css
<style>
a { background-color: #412B05; }
a { background-color: rgb(65,43,5); }
div.DivClassName
{
background-color: #412B05;
}
.BgClassName
{
background-color: #412B05;
}
</style>
border-color css
<style>
span { border-color: #412B05; }
span { border-color: rgb(65,43,5); }
td.TdClassName
{
border-color: #412B05;
}
.TagClassName
{
border-color: #412B05;
}
</style>