Shades of Mikado #493204
Tints of Mikado #493204
RGB
CMYK
RGB Variations
Color information
#493204 (or 0x493204) is known color: Mikado. HEX triplet: 49, 32 and 04. RGB value is (73,50,4). Sum of RGB (Red+Green+Blue) = 73+50+4=127 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.48% from 127); Green value is 50 (19.92% from 255 or 39.37% from 127); Blue value is 4 (1.95% from 255 or 3.15% from 127); Max value from RGB is 73 - color contains mainly: red. Hex color #493204 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493204 is #B6CDFB. Grayscale: #333333. Windows color (decimal): -11980284 or 275017. OLE color: 275017.
HSL color Cylindrical-coordinate representation of color #493204: hue angle of 40º 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 #493204 is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 50 | 4 | - |
| CMYK | 0 | 0.32 | 0.95 | 0.71 |
| HSL | 40º | 0.9% | 0.15% | - |
| HSV(B) | 40º | 0.95% | 0.29% | - |
| XYZ | 3.91 | 3.71 | 0.62 | - |
| YUV | 51.63 | 101.12 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 50 | 4 | 0 | 0.32 | 0.95 | 0.71 | 40 | 0.9 | 0.15 |
| Hex | 49 | 32 | 4 | 0 | 20 | 5F | 47 | 28 | 5A | F |
| Octal | 111 | 62 | 4 | 0 | 40 | 137 | 107 | 50 | 132 | 17 |
| Binary | 1001001 | 110010 | 100 | 0 | 100000 | 1011111 | 1000111 | 101000 | 1011010 | 1111 |
Color Harmonies of #493204
Complementary color
Monochromatic Colors of #493204
Black with #493204
Text Example
Text Example
White with #493204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493204; }
p { color: rgb(73,50,4); }
H1.HeaderClassName
{
color: #493204;
}
.AnyTagClassName
{
color: #493204;
}
</style>
background-color css
<style>
a { background-color: #493204; }
a { background-color: rgb(73,50,4); }
div.DivClassName
{
background-color: #493204;
}
.BgClassName
{
background-color: #493204;
}
</style>
border-color css
<style>
span { border-color: #493204; }
span { border-color: rgb(73,50,4); }
td.TdClassName
{
border-color: #493204;
}
.TagClassName
{
border-color: #493204;
}
</style>