Shades of Mikado #422C07
Tints of Mikado #422C07
RGB
CMYK
RGB Variations
Color information
#422C07 (or 0x422C07) is known color: Mikado. HEX triplet: 42, 2C and 07. RGB value is (66,44,7). Sum of RGB (Red+Green+Blue) = 66+44+7=117 (15% of max value = 765). Red value is 66 (26.17% from 255 or 56.41% from 117); Green value is 44 (17.58% from 255 or 37.61% from 117); Blue value is 7 (3.12% from 255 or 5.98% from 117); Max value from RGB is 66 - color contains mainly: red. Hex color #422C07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422C07 is #BDD3F8. Grayscale: #2E2E2E. Windows color (decimal): -12440569 or 470082. OLE color: 470082.
HSL color Cylindrical-coordinate representation of color #422C07: hue angle of 37.63º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #422C07 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 44 | 7 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.74 |
| HSL | 37.63º | 0.81% | 0.14% | - |
| HSV(B) | 37.63º | 0.89% | 0.26% | - |
| XYZ | 3.19 | 2.97 | 0.61 | - |
| YUV | 46.36 | 105.79 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 44 | 7 | 0 | 0.33 | 0.89 | 0.74 | 37.63 | 0.81 | 0.14 |
| Hex | 42 | 2C | 7 | 0 | 21 | 59 | 4A | 26 | 51 | E |
| Octal | 102 | 54 | 7 | 0 | 41 | 131 | 112 | 46 | 121 | 16 |
| Binary | 1000010 | 101100 | 111 | 0 | 100001 | 1011001 | 1001010 | 100110 | 1010001 | 1110 |
Color Harmonies of #422C07
Complementary color
Monochromatic Colors of #422C07
Black with #422C07
Text Example
Text Example
White with #422C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422C07; }
p { color: rgb(66,44,7); }
H1.HeaderClassName
{
color: #422C07;
}
.AnyTagClassName
{
color: #422C07;
}
</style>
background-color css
<style>
a { background-color: #422C07; }
a { background-color: rgb(66,44,7); }
div.DivClassName
{
background-color: #422C07;
}
.BgClassName
{
background-color: #422C07;
}
</style>
border-color css
<style>
span { border-color: #422C07; }
span { border-color: rgb(66,44,7); }
td.TdClassName
{
border-color: #422C07;
}
.TagClassName
{
border-color: #422C07;
}
</style>