Shades of Mikado #49350E
Tints of Mikado #49350E
RGB
CMYK
RGB Variations
Color information
#49350E (or 0x49350E) is known color: Mikado. HEX triplet: 49, 35 and 0E. RGB value is (73,53,14). Sum of RGB (Red+Green+Blue) = 73+53+14=140 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.14% from 140); Green value is 53 (21.09% from 255 or 37.86% from 140); Blue value is 14 (5.86% from 255 or 10% from 140); Max value from RGB is 73 - color contains mainly: red. Hex color #49350E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49350E is #B6CAF1. Grayscale: #363636. Windows color (decimal): -11979506 or 931145. OLE color: 931145.
HSL color Cylindrical-coordinate representation of color #49350E: hue angle of 39.66º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #49350E is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 53 | 14 | - |
| CMYK | 0 | 0.27 | 0.81 | 0.71 |
| HSL | 39.66º | 0.68% | 0.17% | - |
| HSV(B) | 39.66º | 0.81% | 0.29% | - |
| XYZ | 4.1 | 3.99 | 0.97 | - |
| YUV | 54.53 | 105.13 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 53 | 14 | 0 | 0.27 | 0.81 | 0.71 | 39.66 | 0.68 | 0.17 |
| Hex | 49 | 35 | E | 0 | 1B | 51 | 47 | 28 | 44 | 11 |
| Octal | 111 | 65 | 16 | 0 | 33 | 121 | 107 | 50 | 104 | 21 |
| Binary | 1001001 | 110101 | 1110 | 0 | 11011 | 1010001 | 1000111 | 101000 | 1000100 | 10001 |
Color Harmonies of #49350E
Complementary color
Monochromatic Colors of #49350E
Black with #49350E
Text Example
Text Example
White with #49350E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49350E; }
p { color: rgb(73,53,14); }
H1.HeaderClassName
{
color: #49350E;
}
.AnyTagClassName
{
color: #49350E;
}
</style>
background-color css
<style>
a { background-color: #49350E; }
a { background-color: rgb(73,53,14); }
div.DivClassName
{
background-color: #49350E;
}
.BgClassName
{
background-color: #49350E;
}
</style>
border-color css
<style>
span { border-color: #49350E; }
span { border-color: rgb(73,53,14); }
td.TdClassName
{
border-color: #49350E;
}
.TagClassName
{
border-color: #49350E;
}
</style>