Shades of Mikado #442D05
Tints of Mikado #442D05
RGB
CMYK
RGB Variations
Color information
#442D05 (or 0x442D05) is known color: Mikado. HEX triplet: 44, 2D and 05. RGB value is (68,45,5). Sum of RGB (Red+Green+Blue) = 68+45+5=118 (15% of max value = 765). Red value is 68 (26.95% from 255 or 57.63% from 118); Green value is 45 (17.97% from 255 or 38.14% from 118); Blue value is 5 (2.34% from 255 or 4.24% from 118); Max value from RGB is 68 - color contains mainly: red. Hex color #442D05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442D05 is #BBD2FA. Grayscale: #2F2F2F. Windows color (decimal): -12309243 or 339268. OLE color: 339268.
HSL color Cylindrical-coordinate representation of color #442D05: hue angle of 38.1º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #442D05 is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 45 | 5 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.73 |
| HSL | 38.1º | 0.86% | 0.14% | - |
| HSV(B) | 38.1º | 0.93% | 0.27% | - |
| XYZ | 3.35 | 3.12 | 0.57 | - |
| YUV | 47.32 | 104.12 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 45 | 5 | 0 | 0.34 | 0.93 | 0.73 | 38.1 | 0.86 | 0.14 |
| Hex | 44 | 2D | 5 | 0 | 22 | 5D | 49 | 26 | 56 | E |
| Octal | 104 | 55 | 5 | 0 | 42 | 135 | 111 | 46 | 126 | 16 |
| Binary | 1000100 | 101101 | 101 | 0 | 100010 | 1011101 | 1001001 | 100110 | 1010110 | 1110 |
Color Harmonies of #442D05
Complementary color
Monochromatic Colors of #442D05
Black with #442D05
Text Example
Text Example
White with #442D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442D05; }
p { color: rgb(68,45,5); }
H1.HeaderClassName
{
color: #442D05;
}
.AnyTagClassName
{
color: #442D05;
}
</style>
background-color css
<style>
a { background-color: #442D05; }
a { background-color: rgb(68,45,5); }
div.DivClassName
{
background-color: #442D05;
}
.BgClassName
{
background-color: #442D05;
}
</style>
border-color css
<style>
span { border-color: #442D05; }
span { border-color: rgb(68,45,5); }
td.TdClassName
{
border-color: #442D05;
}
.TagClassName
{
border-color: #442D05;
}
</style>