Shades of Mikado #443205
Tints of Mikado #443205
RGB
CMYK
RGB Variations
Color information
#443205 (or 0x443205) is known color: Mikado. HEX triplet: 44, 32 and 05. RGB value is (68,50,5). Sum of RGB (Red+Green+Blue) = 68+50+5=123 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.28% from 123); Green value is 50 (19.92% from 255 or 40.65% from 123); Blue value is 5 (2.34% from 255 or 4.07% from 123); Max value from RGB is 68 - color contains mainly: red. Hex color #443205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443205 is #BBCDFA. Grayscale: #323232. Windows color (decimal): -12307963 or 340548. OLE color: 340548.
HSL color Cylindrical-coordinate representation of color #443205: hue angle of 42.86º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #443205 is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 50 | 5 | - |
| CMYK | 0 | 0.26 | 0.93 | 0.73 |
| HSL | 42.86º | 0.86% | 0.14% | - |
| HSV(B) | 42.86º | 0.93% | 0.27% | - |
| XYZ | 3.55 | 3.52 | 0.64 | - |
| YUV | 50.25 | 102.46 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 50 | 5 | 0 | 0.26 | 0.93 | 0.73 | 42.86 | 0.86 | 0.14 |
| Hex | 44 | 32 | 5 | 0 | 1A | 5D | 49 | 2B | 56 | E |
| Octal | 104 | 62 | 5 | 0 | 32 | 135 | 111 | 53 | 126 | 16 |
| Binary | 1000100 | 110010 | 101 | 0 | 11010 | 1011101 | 1001001 | 101011 | 1010110 | 1110 |
Color Harmonies of #443205
Complementary color
Monochromatic Colors of #443205
Black with #443205
Text Example
Text Example
White with #443205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443205; }
p { color: rgb(68,50,5); }
H1.HeaderClassName
{
color: #443205;
}
.AnyTagClassName
{
color: #443205;
}
</style>
background-color css
<style>
a { background-color: #443205; }
a { background-color: rgb(68,50,5); }
div.DivClassName
{
background-color: #443205;
}
.BgClassName
{
background-color: #443205;
}
</style>
border-color css
<style>
span { border-color: #443205; }
span { border-color: rgb(68,50,5); }
td.TdClassName
{
border-color: #443205;
}
.TagClassName
{
border-color: #443205;
}
</style>