Shades of Mikado #422E05
Tints of Mikado #422E05
RGB
CMYK
RGB Variations
Color information
#422E05 (or 0x422E05) is known color: Mikado. HEX triplet: 42, 2E and 05. RGB value is (66,46,5). Sum of RGB (Red+Green+Blue) = 66+46+5=117 (15% of max value = 765). Red value is 66 (26.17% from 255 or 56.41% from 117); Green value is 46 (18.36% from 255 or 39.32% from 117); Blue value is 5 (2.34% from 255 or 4.27% from 117); Max value from RGB is 66 - color contains mainly: red. Hex color #422E05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422E05 is #BDD1FA. Grayscale: #2F2F2F. Windows color (decimal): -12440059 or 339522. OLE color: 339522.
HSL color Cylindrical-coordinate representation of color #422E05: hue angle of 40.33º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #422E05 is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 46 | 5 | - |
| CMYK | 0 | 0.30 | 0.92 | 0.74 |
| HSL | 40.33º | 0.86% | 0.14% | - |
| HSV(B) | 40.33º | 0.92% | 0.26% | - |
| XYZ | 3.25 | 3.12 | 0.58 | - |
| YUV | 47.31 | 104.13 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 46 | 5 | 0 | 0.30 | 0.92 | 0.74 | 40.33 | 0.86 | 0.14 |
| Hex | 42 | 2E | 5 | 0 | 1E | 5C | 4A | 28 | 56 | E |
| Octal | 102 | 56 | 5 | 0 | 36 | 134 | 112 | 50 | 126 | 16 |
| Binary | 1000010 | 101110 | 101 | 0 | 11110 | 1011100 | 1001010 | 101000 | 1010110 | 1110 |
Color Harmonies of #422E05
Complementary color
Monochromatic Colors of #422E05
Black with #422E05
Text Example
Text Example
White with #422E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422E05; }
p { color: rgb(66,46,5); }
H1.HeaderClassName
{
color: #422E05;
}
.AnyTagClassName
{
color: #422E05;
}
</style>
background-color css
<style>
a { background-color: #422E05; }
a { background-color: rgb(66,46,5); }
div.DivClassName
{
background-color: #422E05;
}
.BgClassName
{
background-color: #422E05;
}
</style>
border-color css
<style>
span { border-color: #422E05; }
span { border-color: rgb(66,46,5); }
td.TdClassName
{
border-color: #422E05;
}
.TagClassName
{
border-color: #422E05;
}
</style>