Shades of Mikado #413012
Tints of Mikado #413012
RGB
CMYK
RGB Variations
Color information
#413012 (or 0x413012) is known color: Mikado. HEX triplet: 41, 30 and 12. RGB value is (65,48,18). Sum of RGB (Red+Green+Blue) = 65+48+18=131 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.62% from 131); Green value is 48 (19.14% from 255 or 36.64% from 131); Blue value is 18 (7.42% from 255 or 13.74% from 131); Max value from RGB is 65 - color contains mainly: red. Hex color #413012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413012 is #BECFED. Grayscale: #313131. Windows color (decimal): -12505070 or 1192001. OLE color: 1192001.
HSL color Cylindrical-coordinate representation of color #413012: hue angle of 38.3º 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 #413012 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 48 | 18 | - |
| CMYK | 0 | 0.26 | 0.72 | 0.75 |
| HSL | 38.3º | 0.57% | 0.16% | - |
| HSV(B) | 38.3º | 0.72% | 0.25% | - |
| XYZ | 3.35 | 3.28 | 1.03 | - |
| YUV | 49.66 | 110.13 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 48 | 18 | 0 | 0.26 | 0.72 | 0.75 | 38.3 | 0.57 | 0.16 |
| Hex | 41 | 30 | 12 | 0 | 1A | 48 | 4B | 26 | 39 | 10 |
| Octal | 101 | 60 | 22 | 0 | 32 | 110 | 113 | 46 | 71 | 20 |
| Binary | 1000001 | 110000 | 10010 | 0 | 11010 | 1001000 | 1001011 | 100110 | 111001 | 10000 |
Color Harmonies of #413012
Complementary color
Monochromatic Colors of #413012
Black with #413012
Text Example
Text Example
White with #413012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413012; }
p { color: rgb(65,48,18); }
H1.HeaderClassName
{
color: #413012;
}
.AnyTagClassName
{
color: #413012;
}
</style>
background-color css
<style>
a { background-color: #413012; }
a { background-color: rgb(65,48,18); }
div.DivClassName
{
background-color: #413012;
}
.BgClassName
{
background-color: #413012;
}
</style>
border-color css
<style>
span { border-color: #413012; }
span { border-color: rgb(65,48,18); }
td.TdClassName
{
border-color: #413012;
}
.TagClassName
{
border-color: #413012;
}
</style>