Shades of Mikado #44340E
Tints of Mikado #44340E
RGB
CMYK
RGB Variations
Color information
#44340E (or 0x44340E) is known color: Mikado. HEX triplet: 44, 34 and 0E. RGB value is (68,52,14). Sum of RGB (Red+Green+Blue) = 68+52+14=134 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.75% from 134); Green value is 52 (20.70% from 255 or 38.81% from 134); Blue value is 14 (5.86% from 255 or 10.45% from 134); Max value from RGB is 68 - color contains mainly: red. Hex color #44340E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44340E is #BBCBF1. Grayscale: #343434. Windows color (decimal): -12307442 or 930884. OLE color: 930884.
HSL color Cylindrical-coordinate representation of color #44340E: hue angle of 42.22º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #44340E is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 52 | 14 | - |
| CMYK | 0 | 0.24 | 0.79 | 0.73 |
| HSL | 42.22º | 0.66% | 0.16% | - |
| HSV(B) | 42.22º | 0.79% | 0.27% | - |
| XYZ | 3.69 | 3.72 | 0.94 | - |
| YUV | 52.45 | 106.3 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 52 | 14 | 0 | 0.24 | 0.79 | 0.73 | 42.22 | 0.66 | 0.16 |
| Hex | 44 | 34 | E | 0 | 18 | 4F | 49 | 2A | 42 | 10 |
| Octal | 104 | 64 | 16 | 0 | 30 | 117 | 111 | 52 | 102 | 20 |
| Binary | 1000100 | 110100 | 1110 | 0 | 11000 | 1001111 | 1001001 | 101010 | 1000010 | 10000 |
Color Harmonies of #44340E
Complementary color
Monochromatic Colors of #44340E
Black with #44340E
Text Example
Text Example
White with #44340E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44340E; }
p { color: rgb(68,52,14); }
H1.HeaderClassName
{
color: #44340E;
}
.AnyTagClassName
{
color: #44340E;
}
</style>
background-color css
<style>
a { background-color: #44340E; }
a { background-color: rgb(68,52,14); }
div.DivClassName
{
background-color: #44340E;
}
.BgClassName
{
background-color: #44340E;
}
</style>
border-color css
<style>
span { border-color: #44340E; }
span { border-color: rgb(68,52,14); }
td.TdClassName
{
border-color: #44340E;
}
.TagClassName
{
border-color: #44340E;
}
</style>