Shades of Mikado #423202
Tints of Mikado #423202
RGB
CMYK
RGB Variations
Color information
#423202 (or 0x423202) is known color: Mikado. HEX triplet: 42, 32 and 02. RGB value is (66,50,2). Sum of RGB (Red+Green+Blue) = 66+50+2=118 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.93% from 118); Green value is 50 (19.92% from 255 or 42.37% from 118); Blue value is 2 (1.17% from 255 or 1.69% from 118); Max value from RGB is 66 - color contains mainly: red. Hex color #423202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423202 is #BDCDFD. Grayscale: #313131. Windows color (decimal): -12439038 or 143938. OLE color: 143938.
HSL color Cylindrical-coordinate representation of color #423202: hue angle of 45º 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 #423202 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 50 | 2 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.74 |
| HSL | 45º | 0.94% | 0.13% | - |
| HSV(B) | 45º | 0.97% | 0.26% | - |
| XYZ | 3.4 | 3.44 | 0.54 | - |
| YUV | 49.31 | 101.3 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 50 | 2 | 0 | 0.24 | 0.97 | 0.74 | 45 | 0.94 | 0.13 |
| Hex | 42 | 32 | 2 | 0 | 18 | 61 | 4A | 2D | 5E | D |
| Octal | 102 | 62 | 2 | 0 | 30 | 141 | 112 | 55 | 136 | 15 |
| Binary | 1000010 | 110010 | 10 | 0 | 11000 | 1100001 | 1001010 | 101101 | 1011110 | 1101 |
Color Harmonies of #423202
Complementary color
Monochromatic Colors of #423202
Black with #423202
Text Example
Text Example
White with #423202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423202; }
p { color: rgb(66,50,2); }
H1.HeaderClassName
{
color: #423202;
}
.AnyTagClassName
{
color: #423202;
}
</style>
background-color css
<style>
a { background-color: #423202; }
a { background-color: rgb(66,50,2); }
div.DivClassName
{
background-color: #423202;
}
.BgClassName
{
background-color: #423202;
}
</style>
border-color css
<style>
span { border-color: #423202; }
span { border-color: rgb(66,50,2); }
td.TdClassName
{
border-color: #423202;
}
.TagClassName
{
border-color: #423202;
}
</style>