Shades of Mikado #493404
Tints of Mikado #493404
RGB
CMYK
RGB Variations
Color information
#493404 (or 0x493404) is known color: Mikado. HEX triplet: 49, 34 and 04. RGB value is (73,52,4). Sum of RGB (Red+Green+Blue) = 73+52+4=129 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.59% from 129); Green value is 52 (20.70% from 255 or 40.31% from 129); Blue value is 4 (1.95% from 255 or 3.10% from 129); Max value from RGB is 73 - color contains mainly: red. Hex color #493404 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493404 is #B6CBFB. Grayscale: #353535. Windows color (decimal): -11979772 or 275529. OLE color: 275529.
HSL color Cylindrical-coordinate representation of color #493404: hue angle of 41.74º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #493404 is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 52 | 4 | - |
| CMYK | 0 | 0.29 | 0.95 | 0.71 |
| HSL | 41.74º | 0.9% | 0.15% | - |
| HSV(B) | 41.74º | 0.95% | 0.29% | - |
| XYZ | 4 | 3.88 | 0.65 | - |
| YUV | 52.81 | 100.46 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 52 | 4 | 0 | 0.29 | 0.95 | 0.71 | 41.74 | 0.9 | 0.15 |
| Hex | 49 | 34 | 4 | 0 | 1D | 5F | 47 | 2A | 5A | F |
| Octal | 111 | 64 | 4 | 0 | 35 | 137 | 107 | 52 | 132 | 17 |
| Binary | 1001001 | 110100 | 100 | 0 | 11101 | 1011111 | 1000111 | 101010 | 1011010 | 1111 |
Color Harmonies of #493404
Complementary color
Monochromatic Colors of #493404
Black with #493404
Text Example
Text Example
White with #493404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493404; }
p { color: rgb(73,52,4); }
H1.HeaderClassName
{
color: #493404;
}
.AnyTagClassName
{
color: #493404;
}
</style>
background-color css
<style>
a { background-color: #493404; }
a { background-color: rgb(73,52,4); }
div.DivClassName
{
background-color: #493404;
}
.BgClassName
{
background-color: #493404;
}
</style>
border-color css
<style>
span { border-color: #493404; }
span { border-color: rgb(73,52,4); }
td.TdClassName
{
border-color: #493404;
}
.TagClassName
{
border-color: #493404;
}
</style>