Shades of Mikado #44361A
Tints of Mikado #44361A
RGB
CMYK
RGB Variations
Color information
#44361A (or 0x44361A) is known color: Mikado. HEX triplet: 44, 36 and 1A. RGB value is (68,54,26). Sum of RGB (Red+Green+Blue) = 68+54+26=148 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.95% from 148); Green value is 54 (21.48% from 255 or 36.49% from 148); Blue value is 26 (10.55% from 255 or 17.57% from 148); Max value from RGB is 68 - color contains mainly: red. Hex color #44361A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44361A is #BBC9E5. Grayscale: #373737. Windows color (decimal): -12306918 or 1717828. OLE color: 1717828.
HSL color Cylindrical-coordinate representation of color #44361A: hue angle of 40º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #44361A is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 54 | 26 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.73 |
| HSL | 40º | 0.45% | 0.18% | - |
| HSV(B) | 40º | 0.62% | 0.27% | - |
| XYZ | 3.89 | 3.94 | 1.53 | - |
| YUV | 54.99 | 111.64 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 54 | 26 | 0 | 0.21 | 0.62 | 0.73 | 40 | 0.45 | 0.18 |
| Hex | 44 | 36 | 1A | 0 | 15 | 3E | 49 | 28 | 2D | 12 |
| Octal | 104 | 66 | 32 | 0 | 25 | 76 | 111 | 50 | 55 | 22 |
| Binary | 1000100 | 110110 | 11010 | 0 | 10101 | 111110 | 1001001 | 101000 | 101101 | 10010 |
Color Harmonies of #44361A
Complementary color
Monochromatic Colors of #44361A
Black with #44361A
Text Example
Text Example
White with #44361A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44361A; }
p { color: rgb(68,54,26); }
H1.HeaderClassName
{
color: #44361A;
}
.AnyTagClassName
{
color: #44361A;
}
</style>
background-color css
<style>
a { background-color: #44361A; }
a { background-color: rgb(68,54,26); }
div.DivClassName
{
background-color: #44361A;
}
.BgClassName
{
background-color: #44361A;
}
</style>
border-color css
<style>
span { border-color: #44361A; }
span { border-color: rgb(68,54,26); }
td.TdClassName
{
border-color: #44361A;
}
.TagClassName
{
border-color: #44361A;
}
</style>