Shades of Mikado #49340A
Tints of Mikado #49340A
RGB
CMYK
RGB Variations
Color information
#49340A (or 0x49340A) is known color: Mikado. HEX triplet: 49, 34 and 0A. RGB value is (73,52,10). Sum of RGB (Red+Green+Blue) = 73+52+10=135 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.07% from 135); Green value is 52 (20.70% from 255 or 38.52% from 135); Blue value is 10 (4.30% from 255 or 7.41% from 135); Max value from RGB is 73 - color contains mainly: red. Hex color #49340A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49340A is #B6CBF5. Grayscale: #353535. Windows color (decimal): -11979766 or 668745. OLE color: 668745.
HSL color Cylindrical-coordinate representation of color #49340A: hue angle of 40º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #49340A is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 52 | 10 | - |
| CMYK | 0 | 0.29 | 0.86 | 0.71 |
| HSL | 40º | 0.76% | 0.16% | - |
| HSV(B) | 40º | 0.86% | 0.29% | - |
| XYZ | 4.03 | 3.89 | 0.83 | - |
| YUV | 53.49 | 103.46 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 52 | 10 | 0 | 0.29 | 0.86 | 0.71 | 40 | 0.76 | 0.16 |
| Hex | 49 | 34 | A | 0 | 1D | 56 | 47 | 28 | 4C | 10 |
| Octal | 111 | 64 | 12 | 0 | 35 | 126 | 107 | 50 | 114 | 20 |
| Binary | 1001001 | 110100 | 1010 | 0 | 11101 | 1010110 | 1000111 | 101000 | 1001100 | 10000 |
Color Harmonies of #49340A
Complementary color
Monochromatic Colors of #49340A
Black with #49340A
Text Example
Text Example
White with #49340A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49340A; }
p { color: rgb(73,52,10); }
H1.HeaderClassName
{
color: #49340A;
}
.AnyTagClassName
{
color: #49340A;
}
</style>
background-color css
<style>
a { background-color: #49340A; }
a { background-color: rgb(73,52,10); }
div.DivClassName
{
background-color: #49340A;
}
.BgClassName
{
background-color: #49340A;
}
</style>
border-color css
<style>
span { border-color: #49340A; }
span { border-color: rgb(73,52,10); }
td.TdClassName
{
border-color: #49340A;
}
.TagClassName
{
border-color: #49340A;
}
</style>