Shades of Mikado #422F04
Tints of Mikado #422F04
RGB
CMYK
RGB Variations
Color information
#422F04 (or 0x422F04) is known color: Mikado. HEX triplet: 42, 2F and 04. RGB value is (66,47,4). Sum of RGB (Red+Green+Blue) = 66+47+4=117 (15% of max value = 765). Red value is 66 (26.17% from 255 or 56.41% from 117); Green value is 47 (18.75% from 255 or 40.17% from 117); Blue value is 4 (1.95% from 255 or 3.42% from 117); Max value from RGB is 66 - color contains mainly: red. Hex color #422F04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422F04 is #BDD0FB. Grayscale: #2F2F2F. Windows color (decimal): -12439804 or 274242. OLE color: 274242.
HSL color Cylindrical-coordinate representation of color #422F04: hue angle of 41.61º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #422F04 is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 47 | 4 | - |
| CMYK | 0 | 0.29 | 0.94 | 0.74 |
| HSL | 41.61º | 0.89% | 0.14% | - |
| HSV(B) | 41.61º | 0.94% | 0.26% | - |
| XYZ | 3.29 | 3.2 | 0.56 | - |
| YUV | 47.78 | 103.29 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 47 | 4 | 0 | 0.29 | 0.94 | 0.74 | 41.61 | 0.89 | 0.14 |
| Hex | 42 | 2F | 4 | 0 | 1D | 5E | 4A | 2A | 59 | E |
| Octal | 102 | 57 | 4 | 0 | 35 | 136 | 112 | 52 | 131 | 16 |
| Binary | 1000010 | 101111 | 100 | 0 | 11101 | 1011110 | 1001010 | 101010 | 1011001 | 1110 |
Color Harmonies of #422F04
Complementary color
Monochromatic Colors of #422F04
Black with #422F04
Text Example
Text Example
White with #422F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422F04; }
p { color: rgb(66,47,4); }
H1.HeaderClassName
{
color: #422F04;
}
.AnyTagClassName
{
color: #422F04;
}
</style>
background-color css
<style>
a { background-color: #422F04; }
a { background-color: rgb(66,47,4); }
div.DivClassName
{
background-color: #422F04;
}
.BgClassName
{
background-color: #422F04;
}
</style>
border-color css
<style>
span { border-color: #422F04; }
span { border-color: rgb(66,47,4); }
td.TdClassName
{
border-color: #422F04;
}
.TagClassName
{
border-color: #422F04;
}
</style>