Shades of Mikado #443402
Tints of Mikado #443402
RGB
CMYK
RGB Variations
Color information
#443402 (or 0x443402) is known color: Mikado. HEX triplet: 44, 34 and 02. RGB value is (68,52,2). Sum of RGB (Red+Green+Blue) = 68+52+2=122 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.74% from 122); Green value is 52 (20.70% from 255 or 42.62% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 68 - color contains mainly: red. Hex color #443402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443402 is #BBCBFD. Grayscale: #333333. Windows color (decimal): -12307454 or 144452. OLE color: 144452.
HSL color Cylindrical-coordinate representation of color #443402: hue angle of 45.45º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #443402 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 52 | 2 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.73 |
| HSL | 45.45º | 0.94% | 0.14% | - |
| HSV(B) | 45.45º | 0.97% | 0.27% | - |
| XYZ | 3.62 | 3.69 | 0.58 | - |
| YUV | 51.08 | 100.3 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 52 | 2 | 0 | 0.24 | 0.97 | 0.73 | 45.45 | 0.94 | 0.14 |
| Hex | 44 | 34 | 2 | 0 | 18 | 61 | 49 | 2D | 5E | E |
| Octal | 104 | 64 | 2 | 0 | 30 | 141 | 111 | 55 | 136 | 16 |
| Binary | 1000100 | 110100 | 10 | 0 | 11000 | 1100001 | 1001001 | 101101 | 1011110 | 1110 |
Color Harmonies of #443402
Complementary color
Monochromatic Colors of #443402
Black with #443402
Text Example
Text Example
White with #443402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443402; }
p { color: rgb(68,52,2); }
H1.HeaderClassName
{
color: #443402;
}
.AnyTagClassName
{
color: #443402;
}
</style>
background-color css
<style>
a { background-color: #443402; }
a { background-color: rgb(68,52,2); }
div.DivClassName
{
background-color: #443402;
}
.BgClassName
{
background-color: #443402;
}
</style>
border-color css
<style>
span { border-color: #443402; }
span { border-color: rgb(68,52,2); }
td.TdClassName
{
border-color: #443402;
}
.TagClassName
{
border-color: #443402;
}
</style>