Shades of Mikado #413512
Tints of Mikado #413512
RGB
CMYK
RGB Variations
Color information
#413512 (or 0x413512) is known color: Mikado. HEX triplet: 41, 35 and 12. RGB value is (65,53,18). Sum of RGB (Red+Green+Blue) = 65+53+18=136 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.79% from 136); Green value is 53 (21.09% from 255 or 38.97% from 136); Blue value is 18 (7.42% from 255 or 13.24% from 136); Max value from RGB is 65 - color contains mainly: red. Hex color #413512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413512 is #BECAED. Grayscale: #343434. Windows color (decimal): -12503790 or 1193281. OLE color: 1193281.
HSL color Cylindrical-coordinate representation of color #413512: hue angle of 44.68º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #413512 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 53 | 18 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.75 |
| HSL | 44.68º | 0.57% | 0.16% | - |
| HSV(B) | 44.68º | 0.72% | 0.25% | - |
| XYZ | 3.56 | 3.71 | 1.1 | - |
| YUV | 52.6 | 108.48 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 53 | 18 | 0 | 0.18 | 0.72 | 0.75 | 44.68 | 0.57 | 0.16 |
| Hex | 41 | 35 | 12 | 0 | 12 | 48 | 4B | 2D | 39 | 10 |
| Octal | 101 | 65 | 22 | 0 | 22 | 110 | 113 | 55 | 71 | 20 |
| Binary | 1000001 | 110101 | 10010 | 0 | 10010 | 1001000 | 1001011 | 101101 | 111001 | 10000 |
Color Harmonies of #413512
Complementary color
Monochromatic Colors of #413512
Black with #413512
Text Example
Text Example
White with #413512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413512; }
p { color: rgb(65,53,18); }
H1.HeaderClassName
{
color: #413512;
}
.AnyTagClassName
{
color: #413512;
}
</style>
background-color css
<style>
a { background-color: #413512; }
a { background-color: rgb(65,53,18); }
div.DivClassName
{
background-color: #413512;
}
.BgClassName
{
background-color: #413512;
}
</style>
border-color css
<style>
span { border-color: #413512; }
span { border-color: rgb(65,53,18); }
td.TdClassName
{
border-color: #413512;
}
.TagClassName
{
border-color: #413512;
}
</style>