Shades of Mikado #422C03
Tints of Mikado #422C03
RGB
CMYK
RGB Variations
Color information
#422C03 (or 0x422C03) is known color: Mikado. HEX triplet: 42, 2C and 03. RGB value is (66,44,3). Sum of RGB (Red+Green+Blue) = 66+44+3=113 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.41% from 113); Green value is 44 (17.58% from 255 or 38.94% from 113); Blue value is 3 (1.56% from 255 or 2.65% from 113); Max value from RGB is 66 - color contains mainly: red. Hex color #422C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422C03 is #BDD3FC. Grayscale: #2E2E2E. Windows color (decimal): -12440573 or 207938. OLE color: 207938.
HSL color Cylindrical-coordinate representation of color #422C03: hue angle of 39.05º 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 #422C03 is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 44 | 3 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.74 |
| HSL | 39.05º | 0.91% | 0.14% | - |
| HSV(B) | 39.05º | 0.95% | 0.26% | - |
| XYZ | 3.16 | 2.97 | 0.49 | - |
| YUV | 45.9 | 103.79 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 44 | 3 | 0 | 0.33 | 0.95 | 0.74 | 39.05 | 0.91 | 0.14 |
| Hex | 42 | 2C | 3 | 0 | 21 | 5F | 4A | 27 | 5B | E |
| Octal | 102 | 54 | 3 | 0 | 41 | 137 | 112 | 47 | 133 | 16 |
| Binary | 1000010 | 101100 | 11 | 0 | 100001 | 1011111 | 1001010 | 100111 | 1011011 | 1110 |
Color Harmonies of #422C03
Complementary color
Monochromatic Colors of #422C03
Black with #422C03
Text Example
Text Example
White with #422C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422C03; }
p { color: rgb(66,44,3); }
H1.HeaderClassName
{
color: #422C03;
}
.AnyTagClassName
{
color: #422C03;
}
</style>
background-color css
<style>
a { background-color: #422C03; }
a { background-color: rgb(66,44,3); }
div.DivClassName
{
background-color: #422C03;
}
.BgClassName
{
background-color: #422C03;
}
</style>
border-color css
<style>
span { border-color: #422C03; }
span { border-color: rgb(66,44,3); }
td.TdClassName
{
border-color: #422C03;
}
.TagClassName
{
border-color: #422C03;
}
</style>