Shades of Mikado #44361F
Tints of Mikado #44361F
RGB
CMYK
RGB Variations
Color information
#44361F (or 0x44361F) is known color: Mikado. HEX triplet: 44, 36 and 1F. RGB value is (68,54,31). Sum of RGB (Red+Green+Blue) = 68+54+31=153 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.44% from 153); Green value is 54 (21.48% from 255 or 35.29% from 153); Blue value is 31 (12.5% from 255 or 20.26% from 153); Max value from RGB is 68 - color contains mainly: red. Hex color #44361F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44361F is #BBC9E0. Grayscale: #373737. Windows color (decimal): -12306913 or 2045508. OLE color: 2045508.
HSL color Cylindrical-coordinate representation of color #44361F: hue angle of 37.3º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #44361F is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 54 | 31 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.73 |
| HSL | 37.3º | 0.37% | 0.19% | - |
| HSV(B) | 37.3º | 0.54% | 0.27% | - |
| XYZ | 3.95 | 3.97 | 1.85 | - |
| YUV | 55.56 | 114.14 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 54 | 31 | 0 | 0.21 | 0.54 | 0.73 | 37.3 | 0.37 | 0.19 |
| Hex | 44 | 36 | 1F | 0 | 15 | 36 | 49 | 25 | 25 | 13 |
| Octal | 104 | 66 | 37 | 0 | 25 | 66 | 111 | 45 | 45 | 23 |
| Binary | 1000100 | 110110 | 11111 | 0 | 10101 | 110110 | 1001001 | 100101 | 100101 | 10011 |
Color Harmonies of #44361F
Complementary color
Monochromatic Colors of #44361F
Black with #44361F
Text Example
Text Example
White with #44361F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44361F; }
p { color: rgb(68,54,31); }
H1.HeaderClassName
{
color: #44361F;
}
.AnyTagClassName
{
color: #44361F;
}
</style>
background-color css
<style>
a { background-color: #44361F; }
a { background-color: rgb(68,54,31); }
div.DivClassName
{
background-color: #44361F;
}
.BgClassName
{
background-color: #44361F;
}
</style>
border-color css
<style>
span { border-color: #44361F; }
span { border-color: rgb(68,54,31); }
td.TdClassName
{
border-color: #44361F;
}
.TagClassName
{
border-color: #44361F;
}
</style>