Shades of Mikado #443104
Tints of Mikado #443104
RGB
CMYK
RGB Variations
Color information
#443104 (or 0x443104) is known color: Mikado. HEX triplet: 44, 31 and 04. RGB value is (68,49,4). Sum of RGB (Red+Green+Blue) = 68+49+4=121 (16% of max value = 765). Red value is 68 (26.95% from 255 or 56.20% from 121); Green value is 49 (19.53% from 255 or 40.50% from 121); Blue value is 4 (1.95% from 255 or 3.31% from 121); Max value from RGB is 68 - color contains mainly: red. Hex color #443104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443104 is #BBCEFB. Grayscale: #313131. Windows color (decimal): -12308220 or 274756. OLE color: 274756.
HSL color Cylindrical-coordinate representation of color #443104: hue angle of 42.19º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #443104 is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 49 | 4 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.73 |
| HSL | 42.19º | 0.89% | 0.14% | - |
| HSV(B) | 42.19º | 0.94% | 0.27% | - |
| XYZ | 3.5 | 3.43 | 0.59 | - |
| YUV | 49.55 | 102.29 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 49 | 4 | 0 | 0.28 | 0.94 | 0.73 | 42.19 | 0.89 | 0.14 |
| Hex | 44 | 31 | 4 | 0 | 1C | 5E | 49 | 2A | 59 | E |
| Octal | 104 | 61 | 4 | 0 | 34 | 136 | 111 | 52 | 131 | 16 |
| Binary | 1000100 | 110001 | 100 | 0 | 11100 | 1011110 | 1001001 | 101010 | 1011001 | 1110 |
Color Harmonies of #443104
Complementary color
Monochromatic Colors of #443104
Black with #443104
Text Example
Text Example
White with #443104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443104; }
p { color: rgb(68,49,4); }
H1.HeaderClassName
{
color: #443104;
}
.AnyTagClassName
{
color: #443104;
}
</style>
background-color css
<style>
a { background-color: #443104; }
a { background-color: rgb(68,49,4); }
div.DivClassName
{
background-color: #443104;
}
.BgClassName
{
background-color: #443104;
}
</style>
border-color css
<style>
span { border-color: #443104; }
span { border-color: rgb(68,49,4); }
td.TdClassName
{
border-color: #443104;
}
.TagClassName
{
border-color: #443104;
}
</style>