Shades of Mikado #422B05
Tints of Mikado #422B05
RGB
CMYK
RGB Variations
Color information
#422B05 (or 0x422B05) is known color: Mikado. HEX triplet: 42, 2B and 05. RGB value is (66,43,5). Sum of RGB (Red+Green+Blue) = 66+43+5=114 (15% of max value = 765). Red value is 66 (26.17% from 255 or 57.89% from 114); Green value is 43 (17.19% from 255 or 37.72% from 114); Blue value is 5 (2.34% from 255 or 4.39% from 114); Max value from RGB is 66 - color contains mainly: red. Hex color #422B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422B05 is #BDD4FA. Grayscale: #2D2D2D. Windows color (decimal): -12440827 or 338754. OLE color: 338754.
HSL color Cylindrical-coordinate representation of color #422B05: hue angle of 37.38º 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 #422B05 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.74.
Color convert
RGB | 66 | 43 | 5 | - |
CMYK | 0 | 0.35 | 0.92 | 0.74 |
HSL | 37.38º | 0.86% | 0.14% | - |
HSV(B) | 37.38º | 0.92% | 0.26% | - |
XYZ | 3.14 | 2.9 | 0.54 | - |
YUV | 45.55 | 105.12 | 142.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 66 | 43 | 5 | 0 | 0.35 | 0.92 | 0.74 | 37.38 | 0.86 | 0.14 |
Hex | 42 | 2B | 5 | 0 | 23 | 5C | 4A | 25 | 56 | E |
Octal | 102 | 53 | 5 | 0 | 43 | 134 | 112 | 45 | 126 | 16 |
Binary | 1000010 | 101011 | 101 | 0 | 100011 | 1011100 | 1001010 | 100101 | 1010110 | 1110 |
Color Harmonies of #422B05
Complementary color
Monochromatic Colors of #422B05
Black with #422B05
Text Example
Text Example
White with #422B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422B05; }
p { color: rgb(66,43,5); }
H1.HeaderClassName
{
color: #422B05;
}
.AnyTagClassName
{
color: #422B05;
}
</style>
background-color css
<style>
a { background-color: #422B05; }
a { background-color: rgb(66,43,5); }
div.DivClassName
{
background-color: #422B05;
}
.BgClassName
{
background-color: #422B05;
}
</style>
border-color css
<style>
span { border-color: #422B05; }
span { border-color: rgb(66,43,5); }
td.TdClassName
{
border-color: #422B05;
}
.TagClassName
{
border-color: #422B05;
}
</style>