Shades of Mikado #44361E
Tints of Mikado #44361E
RGB
CMYK
RGB Variations
Color information
#44361E (or 0x44361E) is known color: Mikado. HEX triplet: 44, 36 and 1E. RGB value is (68,54,30). Sum of RGB (Red+Green+Blue) = 68+54+30=152 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.74% from 152); Green value is 54 (21.48% from 255 or 35.53% from 152); Blue value is 30 (12.11% from 255 or 19.74% from 152); Max value from RGB is 68 - color contains mainly: red. Hex color #44361E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44361E is #BBC9E1. Grayscale: #373737. Windows color (decimal): -12306914 or 1979972. OLE color: 1979972.
HSL color Cylindrical-coordinate representation of color #44361E: hue angle of 37.89º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #44361E is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 54 | 30 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.73 |
| HSL | 37.89º | 0.39% | 0.19% | - |
| HSV(B) | 37.89º | 0.56% | 0.27% | - |
| XYZ | 3.94 | 3.96 | 1.79 | - |
| YUV | 55.45 | 113.64 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 54 | 30 | 0 | 0.21 | 0.56 | 0.73 | 37.89 | 0.39 | 0.19 |
| Hex | 44 | 36 | 1E | 0 | 15 | 38 | 49 | 26 | 27 | 13 |
| Octal | 104 | 66 | 36 | 0 | 25 | 70 | 111 | 46 | 47 | 23 |
| Binary | 1000100 | 110110 | 11110 | 0 | 10101 | 111000 | 1001001 | 100110 | 100111 | 10011 |
Color Harmonies of #44361E
Complementary color
Monochromatic Colors of #44361E
Black with #44361E
Text Example
Text Example
White with #44361E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44361E; }
p { color: rgb(68,54,30); }
H1.HeaderClassName
{
color: #44361E;
}
.AnyTagClassName
{
color: #44361E;
}
</style>
background-color css
<style>
a { background-color: #44361E; }
a { background-color: rgb(68,54,30); }
div.DivClassName
{
background-color: #44361E;
}
.BgClassName
{
background-color: #44361E;
}
</style>
border-color css
<style>
span { border-color: #44361E; }
span { border-color: rgb(68,54,30); }
td.TdClassName
{
border-color: #44361E;
}
.TagClassName
{
border-color: #44361E;
}
</style>