Shades of Mikado #442E04
Tints of Mikado #442E04
RGB
CMYK
RGB Variations
Color information
#442E04 (or 0x442E04) is known color: Mikado. HEX triplet: 44, 2E and 04. RGB value is (68,46,4). Sum of RGB (Red+Green+Blue) = 68+46+4=118 (15% of max value = 765). Red value is 68 (26.95% from 255 or 57.63% from 118); Green value is 46 (18.36% from 255 or 38.98% from 118); Blue value is 4 (1.95% from 255 or 3.39% from 118); Max value from RGB is 68 - color contains mainly: red. Hex color #442E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442E04 is #BBD1FB. Grayscale: #2F2F2F. Windows color (decimal): -12308988 or 273988. OLE color: 273988.
HSL color Cylindrical-coordinate representation of color #442E04: hue angle of 39.38º 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 #442E04 is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 46 | 4 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.73 |
| HSL | 39.38º | 0.89% | 0.14% | - |
| HSV(B) | 39.38º | 0.94% | 0.27% | - |
| XYZ | 3.38 | 3.19 | 0.55 | - |
| YUV | 47.79 | 103.29 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 46 | 4 | 0 | 0.32 | 0.94 | 0.73 | 39.38 | 0.89 | 0.14 |
| Hex | 44 | 2E | 4 | 0 | 20 | 5E | 49 | 27 | 59 | E |
| Octal | 104 | 56 | 4 | 0 | 40 | 136 | 111 | 47 | 131 | 16 |
| Binary | 1000100 | 101110 | 100 | 0 | 100000 | 1011110 | 1001001 | 100111 | 1011001 | 1110 |
Color Harmonies of #442E04
Complementary color
Monochromatic Colors of #442E04
Black with #442E04
Text Example
Text Example
White with #442E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442E04; }
p { color: rgb(68,46,4); }
H1.HeaderClassName
{
color: #442E04;
}
.AnyTagClassName
{
color: #442E04;
}
</style>
background-color css
<style>
a { background-color: #442E04; }
a { background-color: rgb(68,46,4); }
div.DivClassName
{
background-color: #442E04;
}
.BgClassName
{
background-color: #442E04;
}
</style>
border-color css
<style>
span { border-color: #442E04; }
span { border-color: rgb(68,46,4); }
td.TdClassName
{
border-color: #442E04;
}
.TagClassName
{
border-color: #442E04;
}
</style>