Shades of Mikado #442E03
Tints of Mikado #442E03
RGB
CMYK
RGB Variations
Color information
#442E03 (or 0x442E03) is known color: Mikado. HEX triplet: 44, 2E and 03. RGB value is (68,46,3). Sum of RGB (Red+Green+Blue) = 68+46+3=117 (15% of max value = 765). Red value is 68 (26.95% from 255 or 58.12% from 117); Green value is 46 (18.36% from 255 or 39.32% from 117); Blue value is 3 (1.56% from 255 or 2.56% from 117); Max value from RGB is 68 - color contains mainly: red. Hex color #442E03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442E03 is #BBD1FC. Grayscale: #2F2F2F. Windows color (decimal): -12308989 or 208452. OLE color: 208452.
HSL color Cylindrical-coordinate representation of color #442E03: hue angle of 39.69º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #442E03 is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 46 | 3 | - |
| CMYK | 0 | 0.32 | 0.96 | 0.73 |
| HSL | 39.69º | 0.92% | 0.14% | - |
| HSV(B) | 39.69º | 0.96% | 0.27% | - |
| XYZ | 3.38 | 3.19 | 0.52 | - |
| YUV | 47.68 | 102.79 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 46 | 3 | 0 | 0.32 | 0.96 | 0.73 | 39.69 | 0.92 | 0.14 |
| Hex | 44 | 2E | 3 | 0 | 20 | 60 | 49 | 28 | 5C | E |
| Octal | 104 | 56 | 3 | 0 | 40 | 140 | 111 | 50 | 134 | 16 |
| Binary | 1000100 | 101110 | 11 | 0 | 100000 | 1100000 | 1001001 | 101000 | 1011100 | 1110 |
Color Harmonies of #442E03
Complementary color
Monochromatic Colors of #442E03
Black with #442E03
Text Example
Text Example
White with #442E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442E03; }
p { color: rgb(68,46,3); }
H1.HeaderClassName
{
color: #442E03;
}
.AnyTagClassName
{
color: #442E03;
}
</style>
background-color css
<style>
a { background-color: #442E03; }
a { background-color: rgb(68,46,3); }
div.DivClassName
{
background-color: #442E03;
}
.BgClassName
{
background-color: #442E03;
}
</style>
border-color css
<style>
span { border-color: #442E03; }
span { border-color: rgb(68,46,3); }
td.TdClassName
{
border-color: #442E03;
}
.TagClassName
{
border-color: #442E03;
}
</style>