Shades of Mikado #422F00
Tints of Mikado #422F00
RGB
CMYK
RGB Variations
Color information
#422F00 (or 0x422F00) is known color: Mikado. HEX triplet: 42, 2F and 00. RGB value is (66,47,0). Sum of RGB (Red+Green+Blue) = 66+47+0=113 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.41% from 113); Green value is 47 (18.75% from 255 or 41.59% from 113); Blue value is 0 (0.39% from 255 or 0% from 113); Max value from RGB is 66 - color contains mainly: red. Hex color #422F00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422F00 is #BDD0FF. Grayscale: #2F2F2F. Windows color (decimal): -12439808 or 12098. OLE color: 12098.
HSL color Cylindrical-coordinate representation of color #422F00: hue angle of 42.73º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #422F00 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 47 | 0 | - |
| CMYK | 0 | 0.29 | 1 | 0.74 |
| HSL | 42.73º | 1% | 0.13% | - |
| HSV(B) | 42.73º | 1% | 0.26% | - |
| XYZ | 3.26 | 3.19 | 0.44 | - |
| YUV | 47.32 | 101.29 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 47 | 0 | 0 | 0.29 | 1 | 0.74 | 42.73 | 1 | 0.13 |
| Hex | 42 | 2F | 0 | 0 | 1D | 64 | 4A | 2B | 64 | D |
| Octal | 102 | 57 | 0 | 0 | 35 | 144 | 112 | 53 | 144 | 15 |
| Binary | 1000010 | 101111 | 0 | 0 | 11101 | 1100100 | 1001010 | 101011 | 1100100 | 1101 |
Color Harmonies of #422F00
Complementary color
Monochromatic Colors of #422F00
Black with #422F00
Text Example
Text Example
White with #422F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422F00; }
p { color: rgb(66,47,0); }
H1.HeaderClassName
{
color: #422F00;
}
.AnyTagClassName
{
color: #422F00;
}
</style>
background-color css
<style>
a { background-color: #422F00; }
a { background-color: rgb(66,47,0); }
div.DivClassName
{
background-color: #422F00;
}
.BgClassName
{
background-color: #422F00;
}
</style>
border-color css
<style>
span { border-color: #422F00; }
span { border-color: rgb(66,47,0); }
td.TdClassName
{
border-color: #422F00;
}
.TagClassName
{
border-color: #422F00;
}
</style>