Shades of Mikado #413215
Tints of Mikado #413215
RGB
CMYK
RGB Variations
Color information
#413215 (or 0x413215) is known color: Mikado. HEX triplet: 41, 32 and 15. RGB value is (65,50,21). Sum of RGB (Red+Green+Blue) = 65+50+21=136 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.79% from 136); Green value is 50 (19.92% from 255 or 36.76% from 136); Blue value is 21 (8.59% from 255 or 15.44% from 136); Max value from RGB is 65 - color contains mainly: red. Hex color #413215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413215 is #BECDEA. Grayscale: #333333. Windows color (decimal): -12504555 or 1389121. OLE color: 1389121.
HSL color Cylindrical-coordinate representation of color #413215: hue angle of 39.55º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #413215 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 50 | 21 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.75 |
| HSL | 39.55º | 0.51% | 0.17% | - |
| HSV(B) | 39.55º | 0.68% | 0.25% | - |
| XYZ | 3.46 | 3.46 | 1.2 | - |
| YUV | 51.18 | 110.97 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 50 | 21 | 0 | 0.23 | 0.68 | 0.75 | 39.55 | 0.51 | 0.17 |
| Hex | 41 | 32 | 15 | 0 | 17 | 44 | 4B | 28 | 33 | 11 |
| Octal | 101 | 62 | 25 | 0 | 27 | 104 | 113 | 50 | 63 | 21 |
| Binary | 1000001 | 110010 | 10101 | 0 | 10111 | 1000100 | 1001011 | 101000 | 110011 | 10001 |
Color Harmonies of #413215
Complementary color
Monochromatic Colors of #413215
Black with #413215
Text Example
Text Example
White with #413215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413215; }
p { color: rgb(65,50,21); }
H1.HeaderClassName
{
color: #413215;
}
.AnyTagClassName
{
color: #413215;
}
</style>
background-color css
<style>
a { background-color: #413215; }
a { background-color: rgb(65,50,21); }
div.DivClassName
{
background-color: #413215;
}
.BgClassName
{
background-color: #413215;
}
</style>
border-color css
<style>
span { border-color: #413215; }
span { border-color: rgb(65,50,21); }
td.TdClassName
{
border-color: #413215;
}
.TagClassName
{
border-color: #413215;
}
</style>