Shades of Mikado #422E03
Tints of Mikado #422E03
RGB
CMYK
RGB Variations
Color information
#422E03 (or 0x422E03) is known color: Mikado. HEX triplet: 42, 2E and 03. RGB value is (66,46,3). Sum of RGB (Red+Green+Blue) = 66+46+3=115 (15% of max value = 765). Red value is 66 (26.17% from 255 or 57.39% from 115); Green value is 46 (18.36% from 255 or 40% from 115); Blue value is 3 (1.56% from 255 or 2.61% from 115); Max value from RGB is 66 - color contains mainly: red. Hex color #422E03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422E03 is #BDD1FC. Grayscale: #2F2F2F. Windows color (decimal): -12440061 or 208450. OLE color: 208450.
HSL color Cylindrical-coordinate representation of color #422E03: hue angle of 40.95º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #422E03 is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 46 | 3 | - |
| CMYK | 0 | 0.30 | 0.95 | 0.74 |
| HSL | 40.95º | 0.91% | 0.14% | - |
| HSV(B) | 40.95º | 0.95% | 0.26% | - |
| XYZ | 3.24 | 3.12 | 0.52 | - |
| YUV | 47.08 | 103.13 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 46 | 3 | 0 | 0.30 | 0.95 | 0.74 | 40.95 | 0.91 | 0.14 |
| Hex | 42 | 2E | 3 | 0 | 1E | 5F | 4A | 29 | 5B | E |
| Octal | 102 | 56 | 3 | 0 | 36 | 137 | 112 | 51 | 133 | 16 |
| Binary | 1000010 | 101110 | 11 | 0 | 11110 | 1011111 | 1001010 | 101001 | 1011011 | 1110 |
Color Harmonies of #422E03
Complementary color
Monochromatic Colors of #422E03
Black with #422E03
Text Example
Text Example
White with #422E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422E03; }
p { color: rgb(66,46,3); }
H1.HeaderClassName
{
color: #422E03;
}
.AnyTagClassName
{
color: #422E03;
}
</style>
background-color css
<style>
a { background-color: #422E03; }
a { background-color: rgb(66,46,3); }
div.DivClassName
{
background-color: #422E03;
}
.BgClassName
{
background-color: #422E03;
}
</style>
border-color css
<style>
span { border-color: #422E03; }
span { border-color: rgb(66,46,3); }
td.TdClassName
{
border-color: #422E03;
}
.TagClassName
{
border-color: #422E03;
}
</style>