Shades of Mikado #422C02
Tints of Mikado #422C02
RGB
CMYK
RGB Variations
Color information
#422C02 (or 0x422C02) is known color: Mikado. HEX triplet: 42, 2C and 02. RGB value is (66,44,2). Sum of RGB (Red+Green+Blue) = 66+44+2=112 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.93% from 112); Green value is 44 (17.58% from 255 or 39.29% from 112); Blue value is 2 (1.17% from 255 or 1.79% from 112); Max value from RGB is 66 - color contains mainly: red. Hex color #422C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422C02 is #BDD3FD. Grayscale: #2D2D2D. Windows color (decimal): -12440574 or 142402. OLE color: 142402.
HSL color Cylindrical-coordinate representation of color #422C02: hue angle of 39.38º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #422C02 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 44 | 2 | - |
| CMYK | 0 | 0.33 | 0.97 | 0.74 |
| HSL | 39.38º | 0.94% | 0.13% | - |
| HSV(B) | 39.38º | 0.97% | 0.26% | - |
| XYZ | 3.16 | 2.96 | 0.46 | - |
| YUV | 45.79 | 103.29 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 44 | 2 | 0 | 0.33 | 0.97 | 0.74 | 39.38 | 0.94 | 0.13 |
| Hex | 42 | 2C | 2 | 0 | 21 | 61 | 4A | 27 | 5E | D |
| Octal | 102 | 54 | 2 | 0 | 41 | 141 | 112 | 47 | 136 | 15 |
| Binary | 1000010 | 101100 | 10 | 0 | 100001 | 1100001 | 1001010 | 100111 | 1011110 | 1101 |
Color Harmonies of #422C02
Complementary color
Monochromatic Colors of #422C02
Black with #422C02
Text Example
Text Example
White with #422C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422C02; }
p { color: rgb(66,44,2); }
H1.HeaderClassName
{
color: #422C02;
}
.AnyTagClassName
{
color: #422C02;
}
</style>
background-color css
<style>
a { background-color: #422C02; }
a { background-color: rgb(66,44,2); }
div.DivClassName
{
background-color: #422C02;
}
.BgClassName
{
background-color: #422C02;
}
</style>
border-color css
<style>
span { border-color: #422C02; }
span { border-color: rgb(66,44,2); }
td.TdClassName
{
border-color: #422C02;
}
.TagClassName
{
border-color: #422C02;
}
</style>