Shades of Mikado #413409
Tints of Mikado #413409
RGB
CMYK
RGB Variations
Color information
#413409 (or 0x413409) is known color: Mikado. HEX triplet: 41, 34 and 09. RGB value is (65,52,9). Sum of RGB (Red+Green+Blue) = 65+52+9=126 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.59% from 126); Green value is 52 (20.70% from 255 or 41.27% from 126); Blue value is 9 (3.91% from 255 or 7.14% from 126); Max value from RGB is 65 - color contains mainly: red. Hex color #413409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413409 is #BECBF6. Grayscale: #333333. Windows color (decimal): -12504055 or 603201. OLE color: 603201.
HSL color Cylindrical-coordinate representation of color #413409: hue angle of 46.07º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #413409 is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 52 | 9 | - |
| CMYK | 0 | 0.20 | 0.86 | 0.75 |
| HSL | 46.07º | 0.76% | 0.15% | - |
| HSV(B) | 46.07º | 0.86% | 0.25% | - |
| XYZ | 3.46 | 3.6 | 0.77 | - |
| YUV | 50.99 | 104.31 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 52 | 9 | 0 | 0.20 | 0.86 | 0.75 | 46.07 | 0.76 | 0.15 |
| Hex | 41 | 34 | 9 | 0 | 14 | 56 | 4B | 2E | 4C | F |
| Octal | 101 | 64 | 11 | 0 | 24 | 126 | 113 | 56 | 114 | 17 |
| Binary | 1000001 | 110100 | 1001 | 0 | 10100 | 1010110 | 1001011 | 101110 | 1001100 | 1111 |
Color Harmonies of #413409
Complementary color
Monochromatic Colors of #413409
Black with #413409
Text Example
Text Example
White with #413409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413409; }
p { color: rgb(65,52,9); }
H1.HeaderClassName
{
color: #413409;
}
.AnyTagClassName
{
color: #413409;
}
</style>
background-color css
<style>
a { background-color: #413409; }
a { background-color: rgb(65,52,9); }
div.DivClassName
{
background-color: #413409;
}
.BgClassName
{
background-color: #413409;
}
</style>
border-color css
<style>
span { border-color: #413409; }
span { border-color: rgb(65,52,9); }
td.TdClassName
{
border-color: #413409;
}
.TagClassName
{
border-color: #413409;
}
</style>