Shades of Mikado #413205
Tints of Mikado #413205
RGB
CMYK
RGB Variations
Color information
#413205 (or 0x413205) is known color: Mikado. HEX triplet: 41, 32 and 05. RGB value is (65,50,5). Sum of RGB (Red+Green+Blue) = 65+50+5=120 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.17% from 120); Green value is 50 (19.92% from 255 or 41.67% from 120); Blue value is 5 (2.34% from 255 or 4.17% from 120); Max value from RGB is 65 - color contains mainly: red. Hex color #413205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413205 is #BECDFA. Grayscale: #313131. Windows color (decimal): -12504571 or 340545. OLE color: 340545.
HSL color Cylindrical-coordinate representation of color #413205: hue angle of 45º 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 #413205 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 50 | 5 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.75 |
| HSL | 45º | 0.86% | 0.14% | - |
| HSV(B) | 45º | 0.92% | 0.25% | - |
| XYZ | 3.35 | 3.42 | 0.63 | - |
| YUV | 49.36 | 102.97 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 50 | 5 | 0 | 0.23 | 0.92 | 0.75 | 45 | 0.86 | 0.14 |
| Hex | 41 | 32 | 5 | 0 | 17 | 5C | 4B | 2D | 56 | E |
| Octal | 101 | 62 | 5 | 0 | 27 | 134 | 113 | 55 | 126 | 16 |
| Binary | 1000001 | 110010 | 101 | 0 | 10111 | 1011100 | 1001011 | 101101 | 1010110 | 1110 |
Color Harmonies of #413205
Complementary color
Monochromatic Colors of #413205
Black with #413205
Text Example
Text Example
White with #413205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413205; }
p { color: rgb(65,50,5); }
H1.HeaderClassName
{
color: #413205;
}
.AnyTagClassName
{
color: #413205;
}
</style>
background-color css
<style>
a { background-color: #413205; }
a { background-color: rgb(65,50,5); }
div.DivClassName
{
background-color: #413205;
}
.BgClassName
{
background-color: #413205;
}
</style>
border-color css
<style>
span { border-color: #413205; }
span { border-color: rgb(65,50,5); }
td.TdClassName
{
border-color: #413205;
}
.TagClassName
{
border-color: #413205;
}
</style>