Shades of Mikado #44371E
Tints of Mikado #44371E
RGB
CMYK
RGB Variations
Color information
#44371E (or 0x44371E) is known color: Mikado. HEX triplet: 44, 37 and 1E. RGB value is (68,55,30). Sum of RGB (Red+Green+Blue) = 68+55+30=153 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.44% from 153); Green value is 55 (21.88% from 255 or 35.95% from 153); Blue value is 30 (12.11% from 255 or 19.61% from 153); Max value from RGB is 68 - color contains mainly: red. Hex color #44371E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44371E is #BBC8E1. Grayscale: #383838. Windows color (decimal): -12306658 or 1980228. OLE color: 1980228.
HSL color Cylindrical-coordinate representation of color #44371E: hue angle of 39.47º 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 #44371E is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 55 | 30 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.73 |
| HSL | 39.47º | 0.39% | 0.19% | - |
| HSV(B) | 39.47º | 0.56% | 0.27% | - |
| XYZ | 3.98 | 4.06 | 1.8 | - |
| YUV | 56.04 | 113.31 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 55 | 30 | 0 | 0.19 | 0.56 | 0.73 | 39.47 | 0.39 | 0.19 |
| Hex | 44 | 37 | 1E | 0 | 13 | 38 | 49 | 27 | 27 | 13 |
| Octal | 104 | 67 | 36 | 0 | 23 | 70 | 111 | 47 | 47 | 23 |
| Binary | 1000100 | 110111 | 11110 | 0 | 10011 | 111000 | 1001001 | 100111 | 100111 | 10011 |
Color Harmonies of #44371E
Complementary color
Monochromatic Colors of #44371E
Black with #44371E
Text Example
Text Example
White with #44371E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44371E; }
p { color: rgb(68,55,30); }
H1.HeaderClassName
{
color: #44371E;
}
.AnyTagClassName
{
color: #44371E;
}
</style>
background-color css
<style>
a { background-color: #44371E; }
a { background-color: rgb(68,55,30); }
div.DivClassName
{
background-color: #44371E;
}
.BgClassName
{
background-color: #44371E;
}
</style>
border-color css
<style>
span { border-color: #44371E; }
span { border-color: rgb(68,55,30); }
td.TdClassName
{
border-color: #44371E;
}
.TagClassName
{
border-color: #44371E;
}
</style>