Shades of Mikado #423205
Tints of Mikado #423205
RGB
CMYK
RGB Variations
Color information
#423205 (or 0x423205) is known color: Mikado. HEX triplet: 42, 32 and 05. RGB value is (66,50,5). Sum of RGB (Red+Green+Blue) = 66+50+5=121 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.55% from 121); Green value is 50 (19.92% from 255 or 41.32% from 121); Blue value is 5 (2.34% from 255 or 4.13% from 121); Max value from RGB is 66 - color contains mainly: red. Hex color #423205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423205 is #BDCDFA. Grayscale: #313131. Windows color (decimal): -12439035 or 340546. OLE color: 340546.
HSL color Cylindrical-coordinate representation of color #423205: hue angle of 44.26º 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 #423205 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 50 | 5 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.74 |
| HSL | 44.26º | 0.86% | 0.14% | - |
| HSV(B) | 44.26º | 0.92% | 0.26% | - |
| XYZ | 3.41 | 3.45 | 0.63 | - |
| YUV | 49.65 | 102.8 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 50 | 5 | 0 | 0.24 | 0.92 | 0.74 | 44.26 | 0.86 | 0.14 |
| Hex | 42 | 32 | 5 | 0 | 18 | 5C | 4A | 2C | 56 | E |
| Octal | 102 | 62 | 5 | 0 | 30 | 134 | 112 | 54 | 126 | 16 |
| Binary | 1000010 | 110010 | 101 | 0 | 11000 | 1011100 | 1001010 | 101100 | 1010110 | 1110 |
Color Harmonies of #423205
Complementary color
Monochromatic Colors of #423205
Black with #423205
Text Example
Text Example
White with #423205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423205; }
p { color: rgb(66,50,5); }
H1.HeaderClassName
{
color: #423205;
}
.AnyTagClassName
{
color: #423205;
}
</style>
background-color css
<style>
a { background-color: #423205; }
a { background-color: rgb(66,50,5); }
div.DivClassName
{
background-color: #423205;
}
.BgClassName
{
background-color: #423205;
}
</style>
border-color css
<style>
span { border-color: #423205; }
span { border-color: rgb(66,50,5); }
td.TdClassName
{
border-color: #423205;
}
.TagClassName
{
border-color: #423205;
}
</style>