Shades of Mikado #442E01
Tints of Mikado #442E01
RGB
CMYK
RGB Variations
Color information
#442E01 (or 0x442E01) is known color: Mikado. HEX triplet: 44, 2E and 01. RGB value is (68,46,1). Sum of RGB (Red+Green+Blue) = 68+46+1=115 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.13% from 115); Green value is 46 (18.36% from 255 or 40% from 115); Blue value is 1 (0.78% from 255 or 0.87% from 115); Max value from RGB is 68 - color contains mainly: red. Hex color #442E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442E01 is #BBD1FE. Grayscale: #2F2F2F. Windows color (decimal): -12308991 or 77380. OLE color: 77380.
HSL color Cylindrical-coordinate representation of color #442E01: hue angle of 40.3º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #442E01 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 46 | 1 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.73 |
| HSL | 40.3º | 0.97% | 0.14% | - |
| HSV(B) | 40.3º | 0.99% | 0.27% | - |
| XYZ | 3.37 | 3.19 | 0.47 | - |
| YUV | 47.45 | 101.79 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 46 | 1 | 0 | 0.32 | 0.99 | 0.73 | 40.3 | 0.97 | 0.14 |
| Hex | 44 | 2E | 1 | 0 | 20 | 63 | 49 | 28 | 61 | E |
| Octal | 104 | 56 | 1 | 0 | 40 | 143 | 111 | 50 | 141 | 16 |
| Binary | 1000100 | 101110 | 1 | 0 | 100000 | 1100011 | 1001001 | 101000 | 1100001 | 1110 |
Color Harmonies of #442E01
Complementary color
Monochromatic Colors of #442E01
Black with #442E01
Text Example
Text Example
White with #442E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442E01; }
p { color: rgb(68,46,1); }
H1.HeaderClassName
{
color: #442E01;
}
.AnyTagClassName
{
color: #442E01;
}
</style>
background-color css
<style>
a { background-color: #442E01; }
a { background-color: rgb(68,46,1); }
div.DivClassName
{
background-color: #442E01;
}
.BgClassName
{
background-color: #442E01;
}
</style>
border-color css
<style>
span { border-color: #442E01; }
span { border-color: rgb(68,46,1); }
td.TdClassName
{
border-color: #442E01;
}
.TagClassName
{
border-color: #442E01;
}
</style>