Shades of Mikado #442D06
Tints of Mikado #442D06
RGB
CMYK
RGB Variations
Color information
#442D06 (or 0x442D06) is known color: Mikado. HEX triplet: 44, 2D and 06. RGB value is (68,45,6). Sum of RGB (Red+Green+Blue) = 68+45+6=119 (15% of max value = 765). Red value is 68 (26.95% from 255 or 57.14% from 119); Green value is 45 (17.97% from 255 or 37.82% from 119); Blue value is 6 (2.73% from 255 or 5.04% from 119); Max value from RGB is 68 - color contains mainly: red. Hex color #442D06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442D06 is #BBD2F9. Grayscale: #2F2F2F. Windows color (decimal): -12309242 or 404804. OLE color: 404804.
HSL color Cylindrical-coordinate representation of color #442D06: hue angle of 37.74º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #442D06 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 45 | 6 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.73 |
| HSL | 37.74º | 0.84% | 0.15% | - |
| HSV(B) | 37.74º | 0.91% | 0.27% | - |
| XYZ | 3.36 | 3.12 | 0.6 | - |
| YUV | 47.43 | 104.62 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 45 | 6 | 0 | 0.34 | 0.91 | 0.73 | 37.74 | 0.84 | 0.15 |
| Hex | 44 | 2D | 6 | 0 | 22 | 5B | 49 | 26 | 54 | F |
| Octal | 104 | 55 | 6 | 0 | 42 | 133 | 111 | 46 | 124 | 17 |
| Binary | 1000100 | 101101 | 110 | 0 | 100010 | 1011011 | 1001001 | 100110 | 1010100 | 1111 |
Color Harmonies of #442D06
Complementary color
Monochromatic Colors of #442D06
Black with #442D06
Text Example
Text Example
White with #442D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442D06; }
p { color: rgb(68,45,6); }
H1.HeaderClassName
{
color: #442D06;
}
.AnyTagClassName
{
color: #442D06;
}
</style>
background-color css
<style>
a { background-color: #442D06; }
a { background-color: rgb(68,45,6); }
div.DivClassName
{
background-color: #442D06;
}
.BgClassName
{
background-color: #442D06;
}
</style>
border-color css
<style>
span { border-color: #442D06; }
span { border-color: rgb(68,45,6); }
td.TdClassName
{
border-color: #442D06;
}
.TagClassName
{
border-color: #442D06;
}
</style>