Shades of Mikado #423404
Tints of Mikado #423404
RGB
CMYK
RGB Variations
Color information
#423404 (or 0x423404) is known color: Mikado. HEX triplet: 42, 34 and 04. RGB value is (66,52,4). Sum of RGB (Red+Green+Blue) = 66+52+4=122 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.10% from 122); Green value is 52 (20.70% from 255 or 42.62% from 122); Blue value is 4 (1.95% from 255 or 3.28% from 122); Max value from RGB is 66 - color contains mainly: red. Hex color #423404 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423404 is #BDCBFB. Grayscale: #323232. Windows color (decimal): -12438524 or 275522. OLE color: 275522.
HSL color Cylindrical-coordinate representation of color #423404: hue angle of 46.45º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #423404 is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 52 | 4 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.74 |
| HSL | 46.45º | 0.89% | 0.14% | - |
| HSV(B) | 46.45º | 0.94% | 0.26% | - |
| XYZ | 3.5 | 3.62 | 0.63 | - |
| YUV | 50.71 | 101.64 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 52 | 4 | 0 | 0.21 | 0.94 | 0.74 | 46.45 | 0.89 | 0.14 |
| Hex | 42 | 34 | 4 | 0 | 15 | 5E | 4A | 2E | 59 | E |
| Octal | 102 | 64 | 4 | 0 | 25 | 136 | 112 | 56 | 131 | 16 |
| Binary | 1000010 | 110100 | 100 | 0 | 10101 | 1011110 | 1001010 | 101110 | 1011001 | 1110 |
Color Harmonies of #423404
Complementary color
Monochromatic Colors of #423404
Black with #423404
Text Example
Text Example
White with #423404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423404; }
p { color: rgb(66,52,4); }
H1.HeaderClassName
{
color: #423404;
}
.AnyTagClassName
{
color: #423404;
}
</style>
background-color css
<style>
a { background-color: #423404; }
a { background-color: rgb(66,52,4); }
div.DivClassName
{
background-color: #423404;
}
.BgClassName
{
background-color: #423404;
}
</style>
border-color css
<style>
span { border-color: #423404; }
span { border-color: rgb(66,52,4); }
td.TdClassName
{
border-color: #423404;
}
.TagClassName
{
border-color: #423404;
}
</style>