Shades of Mikado #413405
Tints of Mikado #413405
RGB
CMYK
RGB Variations
Color information
#413405 (or 0x413405) is known color: Mikado. HEX triplet: 41, 34 and 05. RGB value is (65,52,5). Sum of RGB (Red+Green+Blue) = 65+52+5=122 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.28% from 122); Green value is 52 (20.70% from 255 or 42.62% from 122); Blue value is 5 (2.34% from 255 or 4.10% from 122); Max value from RGB is 65 - color contains mainly: red. Hex color #413405 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413405 is #BECBFA. Grayscale: #323232. Windows color (decimal): -12504059 or 341057. OLE color: 341057.
HSL color Cylindrical-coordinate representation of color #413405: hue angle of 47º 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 #413405 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 52 | 5 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.75 |
| HSL | 47º | 0.86% | 0.14% | - |
| HSV(B) | 47º | 0.92% | 0.25% | - |
| XYZ | 3.44 | 3.59 | 0.66 | - |
| YUV | 50.53 | 102.31 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 52 | 5 | 0 | 0.20 | 0.92 | 0.75 | 47 | 0.86 | 0.14 |
| Hex | 41 | 34 | 5 | 0 | 14 | 5C | 4B | 2F | 56 | E |
| Octal | 101 | 64 | 5 | 0 | 24 | 134 | 113 | 57 | 126 | 16 |
| Binary | 1000001 | 110100 | 101 | 0 | 10100 | 1011100 | 1001011 | 101111 | 1010110 | 1110 |
Color Harmonies of #413405
Complementary color
Monochromatic Colors of #413405
Black with #413405
Text Example
Text Example
White with #413405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413405; }
p { color: rgb(65,52,5); }
H1.HeaderClassName
{
color: #413405;
}
.AnyTagClassName
{
color: #413405;
}
</style>
background-color css
<style>
a { background-color: #413405; }
a { background-color: rgb(65,52,5); }
div.DivClassName
{
background-color: #413405;
}
.BgClassName
{
background-color: #413405;
}
</style>
border-color css
<style>
span { border-color: #413405; }
span { border-color: rgb(65,52,5); }
td.TdClassName
{
border-color: #413405;
}
.TagClassName
{
border-color: #413405;
}
</style>