Shades of Mikado #443209
Tints of Mikado #443209
RGB
CMYK
RGB Variations
Color information
#443209 (or 0x443209) is known color: Mikado. HEX triplet: 44, 32 and 09. RGB value is (68,50,9). Sum of RGB (Red+Green+Blue) = 68+50+9=127 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.54% from 127); Green value is 50 (19.92% from 255 or 39.37% from 127); Blue value is 9 (3.91% from 255 or 7.09% from 127); Max value from RGB is 68 - color contains mainly: red. Hex color #443209 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443209 is #BBCDF6. Grayscale: #323232. Windows color (decimal): -12307959 or 602692. OLE color: 602692.
HSL color Cylindrical-coordinate representation of color #443209: hue angle of 41.69º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #443209 is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 50 | 9 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.73 |
| HSL | 41.69º | 0.77% | 0.15% | - |
| HSV(B) | 41.69º | 0.87% | 0.27% | - |
| XYZ | 3.57 | 3.53 | 0.75 | - |
| YUV | 50.71 | 104.46 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 50 | 9 | 0 | 0.26 | 0.87 | 0.73 | 41.69 | 0.77 | 0.15 |
| Hex | 44 | 32 | 9 | 0 | 1A | 57 | 49 | 2A | 4D | F |
| Octal | 104 | 62 | 11 | 0 | 32 | 127 | 111 | 52 | 115 | 17 |
| Binary | 1000100 | 110010 | 1001 | 0 | 11010 | 1010111 | 1001001 | 101010 | 1001101 | 1111 |
Color Harmonies of #443209
Complementary color
Monochromatic Colors of #443209
Black with #443209
Text Example
Text Example
White with #443209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443209; }
p { color: rgb(68,50,9); }
H1.HeaderClassName
{
color: #443209;
}
.AnyTagClassName
{
color: #443209;
}
</style>
background-color css
<style>
a { background-color: #443209; }
a { background-color: rgb(68,50,9); }
div.DivClassName
{
background-color: #443209;
}
.BgClassName
{
background-color: #443209;
}
</style>
border-color css
<style>
span { border-color: #443209; }
span { border-color: rgb(68,50,9); }
td.TdClassName
{
border-color: #443209;
}
.TagClassName
{
border-color: #443209;
}
</style>