Shades of Mikado #413009
Tints of Mikado #413009
RGB
CMYK
RGB Variations
Color information
#413009 (or 0x413009) is known color: Mikado. HEX triplet: 41, 30 and 09. RGB value is (65,48,9). Sum of RGB (Red+Green+Blue) = 65+48+9=122 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.28% from 122); Green value is 48 (19.14% from 255 or 39.34% from 122); Blue value is 9 (3.91% from 255 or 7.38% from 122); Max value from RGB is 65 - color contains mainly: red. Hex color #413009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413009 is #BECFF6. Grayscale: #303030. Windows color (decimal): -12505079 or 602177. OLE color: 602177.
HSL color Cylindrical-coordinate representation of color #413009: hue angle of 41.79º 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 #413009 is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 48 | 9 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.75 |
| HSL | 41.79º | 0.76% | 0.15% | - |
| HSV(B) | 41.79º | 0.86% | 0.25% | - |
| XYZ | 3.29 | 3.26 | 0.71 | - |
| YUV | 48.64 | 105.63 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 48 | 9 | 0 | 0.26 | 0.86 | 0.75 | 41.79 | 0.76 | 0.15 |
| Hex | 41 | 30 | 9 | 0 | 1A | 56 | 4B | 2A | 4C | F |
| Octal | 101 | 60 | 11 | 0 | 32 | 126 | 113 | 52 | 114 | 17 |
| Binary | 1000001 | 110000 | 1001 | 0 | 11010 | 1010110 | 1001011 | 101010 | 1001100 | 1111 |
Color Harmonies of #413009
Complementary color
Monochromatic Colors of #413009
Black with #413009
Text Example
Text Example
White with #413009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413009; }
p { color: rgb(65,48,9); }
H1.HeaderClassName
{
color: #413009;
}
.AnyTagClassName
{
color: #413009;
}
</style>
background-color css
<style>
a { background-color: #413009; }
a { background-color: rgb(65,48,9); }
div.DivClassName
{
background-color: #413009;
}
.BgClassName
{
background-color: #413009;
}
</style>
border-color css
<style>
span { border-color: #413009; }
span { border-color: rgb(65,48,9); }
td.TdClassName
{
border-color: #413009;
}
.TagClassName
{
border-color: #413009;
}
</style>