Shades of Mikado #423402
Tints of Mikado #423402
RGB
CMYK
RGB Variations
Color information
#423402 (or 0x423402) is known color: Mikado. HEX triplet: 42, 34 and 02. RGB value is (66,52,2). Sum of RGB (Red+Green+Blue) = 66+52+2=120 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55% from 120); Green value is 52 (20.70% from 255 or 43.33% from 120); Blue value is 2 (1.17% from 255 or 1.67% from 120); Max value from RGB is 66 - color contains mainly: red. Hex color #423402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423402 is #BDCBFD. Grayscale: #323232. Windows color (decimal): -12438526 or 144450. OLE color: 144450.
HSL color Cylindrical-coordinate representation of color #423402: hue angle of 46.88º 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 #423402 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 52 | 2 | - |
| CMYK | 0 | 0.21 | 0.97 | 0.74 |
| HSL | 46.88º | 0.94% | 0.13% | - |
| HSV(B) | 46.88º | 0.97% | 0.26% | - |
| XYZ | 3.49 | 3.62 | 0.57 | - |
| YUV | 50.49 | 100.64 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 52 | 2 | 0 | 0.21 | 0.97 | 0.74 | 46.88 | 0.94 | 0.13 |
| Hex | 42 | 34 | 2 | 0 | 15 | 61 | 4A | 2F | 5E | D |
| Octal | 102 | 64 | 2 | 0 | 25 | 141 | 112 | 57 | 136 | 15 |
| Binary | 1000010 | 110100 | 10 | 0 | 10101 | 1100001 | 1001010 | 101111 | 1011110 | 1101 |
Color Harmonies of #423402
Complementary color
Monochromatic Colors of #423402
Black with #423402
Text Example
Text Example
White with #423402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423402; }
p { color: rgb(66,52,2); }
H1.HeaderClassName
{
color: #423402;
}
.AnyTagClassName
{
color: #423402;
}
</style>
background-color css
<style>
a { background-color: #423402; }
a { background-color: rgb(66,52,2); }
div.DivClassName
{
background-color: #423402;
}
.BgClassName
{
background-color: #423402;
}
</style>
border-color css
<style>
span { border-color: #423402; }
span { border-color: rgb(66,52,2); }
td.TdClassName
{
border-color: #423402;
}
.TagClassName
{
border-color: #423402;
}
</style>