Shades of Mikado #49340B
Tints of Mikado #49340B
RGB
CMYK
RGB Variations
Color information
#49340B (or 0x49340B) is known color: Mikado. HEX triplet: 49, 34 and 0B. RGB value is (73,52,11). Sum of RGB (Red+Green+Blue) = 73+52+11=136 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.68% from 136); Green value is 52 (20.70% from 255 or 38.24% from 136); Blue value is 11 (4.69% from 255 or 8.09% from 136); Max value from RGB is 73 - color contains mainly: red. Hex color #49340B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49340B is #B6CBF4. Grayscale: #353535. Windows color (decimal): -11979765 or 734281. OLE color: 734281.
HSL color Cylindrical-coordinate representation of color #49340B: hue angle of 39.68º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #49340B is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 52 | 11 | - |
| CMYK | 0 | 0.29 | 0.85 | 0.71 |
| HSL | 39.68º | 0.74% | 0.16% | - |
| HSV(B) | 39.68º | 0.85% | 0.29% | - |
| XYZ | 4.04 | 3.9 | 0.86 | - |
| YUV | 53.61 | 103.96 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 52 | 11 | 0 | 0.29 | 0.85 | 0.71 | 39.68 | 0.74 | 0.16 |
| Hex | 49 | 34 | B | 0 | 1D | 55 | 47 | 28 | 4A | 10 |
| Octal | 111 | 64 | 13 | 0 | 35 | 125 | 107 | 50 | 112 | 20 |
| Binary | 1001001 | 110100 | 1011 | 0 | 11101 | 1010101 | 1000111 | 101000 | 1001010 | 10000 |
Color Harmonies of #49340B
Complementary color
Monochromatic Colors of #49340B
Black with #49340B
Text Example
Text Example
White with #49340B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49340B; }
p { color: rgb(73,52,11); }
H1.HeaderClassName
{
color: #49340B;
}
.AnyTagClassName
{
color: #49340B;
}
</style>
background-color css
<style>
a { background-color: #49340B; }
a { background-color: rgb(73,52,11); }
div.DivClassName
{
background-color: #49340B;
}
.BgClassName
{
background-color: #49340B;
}
</style>
border-color css
<style>
span { border-color: #49340B; }
span { border-color: rgb(73,52,11); }
td.TdClassName
{
border-color: #49340B;
}
.TagClassName
{
border-color: #49340B;
}
</style>