Shades of Mikado #443210
Tints of Mikado #443210
RGB
CMYK
RGB Variations
Color information
#443210 (or 0x443210) is known color: Mikado. HEX triplet: 44, 32 and 10. RGB value is (68,50,16). Sum of RGB (Red+Green+Blue) = 68+50+16=134 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.75% from 134); Green value is 50 (19.92% from 255 or 37.31% from 134); Blue value is 16 (6.64% from 255 or 11.94% from 134); Max value from RGB is 68 - color contains mainly: red. Hex color #443210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443210 is #BBCDEF. Grayscale: #333333. Windows color (decimal): -12307952 or 1061444. OLE color: 1061444.
HSL color Cylindrical-coordinate representation of color #443210: hue angle of 39.23º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #443210 is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 50 | 16 | - |
| CMYK | 0 | 0.26 | 0.76 | 0.73 |
| HSL | 39.23º | 0.62% | 0.16% | - |
| HSV(B) | 39.23º | 0.76% | 0.27% | - |
| XYZ | 3.62 | 3.55 | 0.98 | - |
| YUV | 51.51 | 107.96 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 50 | 16 | 0 | 0.26 | 0.76 | 0.73 | 39.23 | 0.62 | 0.16 |
| Hex | 44 | 32 | 10 | 0 | 1A | 4C | 49 | 27 | 3E | 10 |
| Octal | 104 | 62 | 20 | 0 | 32 | 114 | 111 | 47 | 76 | 20 |
| Binary | 1000100 | 110010 | 10000 | 0 | 11010 | 1001100 | 1001001 | 100111 | 111110 | 10000 |
Color Harmonies of #443210
Complementary color
Monochromatic Colors of #443210
Black with #443210
Text Example
Text Example
White with #443210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443210; }
p { color: rgb(68,50,16); }
H1.HeaderClassName
{
color: #443210;
}
.AnyTagClassName
{
color: #443210;
}
</style>
background-color css
<style>
a { background-color: #443210; }
a { background-color: rgb(68,50,16); }
div.DivClassName
{
background-color: #443210;
}
.BgClassName
{
background-color: #443210;
}
</style>
border-color css
<style>
span { border-color: #443210; }
span { border-color: rgb(68,50,16); }
td.TdClassName
{
border-color: #443210;
}
.TagClassName
{
border-color: #443210;
}
</style>