Shades of Mikado #493100
Tints of Mikado #493100
RGB
CMYK
RGB Variations
Color information
#493100 (or 0x493100) is known color: Mikado. HEX triplet: 49, 31 and 00. RGB value is (73,49,0). Sum of RGB (Red+Green+Blue) = 73+49+0=122 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.84% from 122); Green value is 49 (19.53% from 255 or 40.16% from 122); Blue value is 0 (0.39% from 255 or 0% from 122); Max value from RGB is 73 - color contains mainly: red. Hex color #493100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493100 is #B6CEFF. Grayscale: #323232. Windows color (decimal): -11980544 or 12617. OLE color: 12617.
HSL color Cylindrical-coordinate representation of color #493100: hue angle of 40.27º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #493100 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 49 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.71 |
| HSL | 40.27º | 1% | 0.14% | - |
| HSV(B) | 40.27º | 1% | 0.29% | - |
| XYZ | 3.85 | 3.61 | 0.49 | - |
| YUV | 50.59 | 99.45 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 49 | 0 | 0 | 0.33 | 1 | 0.71 | 40.27 | 1 | 0.14 |
| Hex | 49 | 31 | 0 | 0 | 21 | 64 | 47 | 28 | 64 | E |
| Octal | 111 | 61 | 0 | 0 | 41 | 144 | 107 | 50 | 144 | 16 |
| Binary | 1001001 | 110001 | 0 | 0 | 100001 | 1100100 | 1000111 | 101000 | 1100100 | 1110 |
Color Harmonies of #493100
Complementary color
Monochromatic Colors of #493100
Black with #493100
Text Example
Text Example
White with #493100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493100; }
p { color: rgb(73,49,0); }
H1.HeaderClassName
{
color: #493100;
}
.AnyTagClassName
{
color: #493100;
}
</style>
background-color css
<style>
a { background-color: #493100; }
a { background-color: rgb(73,49,0); }
div.DivClassName
{
background-color: #493100;
}
.BgClassName
{
background-color: #493100;
}
</style>
border-color css
<style>
span { border-color: #493100; }
span { border-color: rgb(73,49,0); }
td.TdClassName
{
border-color: #493100;
}
.TagClassName
{
border-color: #493100;
}
</style>