Shades of Mikado #443214
Tints of Mikado #443214
RGB
CMYK
RGB Variations
Color information
#443214 (or 0x443214) is known color: Mikado. HEX triplet: 44, 32 and 14. RGB value is (68,50,20). Sum of RGB (Red+Green+Blue) = 68+50+20=138 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.28% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 20 (8.20% from 255 or 14.49% from 138); Max value from RGB is 68 - color contains mainly: red. Hex color #443214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443214 is #BBCDEB. Grayscale: #343434. Windows color (decimal): -12307948 or 1323588. OLE color: 1323588.
HSL color Cylindrical-coordinate representation of color #443214: hue angle of 37.5º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #443214 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 50 | 20 | - |
| CMYK | 0 | 0.26 | 0.71 | 0.73 |
| HSL | 37.5º | 0.55% | 0.17% | - |
| HSV(B) | 37.5º | 0.71% | 0.27% | - |
| XYZ | 3.65 | 3.56 | 1.16 | - |
| YUV | 51.96 | 109.96 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 50 | 20 | 0 | 0.26 | 0.71 | 0.73 | 37.5 | 0.55 | 0.17 |
| Hex | 44 | 32 | 14 | 0 | 1A | 47 | 49 | 26 | 37 | 11 |
| Octal | 104 | 62 | 24 | 0 | 32 | 107 | 111 | 46 | 67 | 21 |
| Binary | 1000100 | 110010 | 10100 | 0 | 11010 | 1000111 | 1001001 | 100110 | 110111 | 10001 |
Color Harmonies of #443214
Complementary color
Monochromatic Colors of #443214
Black with #443214
Text Example
Text Example
White with #443214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443214; }
p { color: rgb(68,50,20); }
H1.HeaderClassName
{
color: #443214;
}
.AnyTagClassName
{
color: #443214;
}
</style>
background-color css
<style>
a { background-color: #443214; }
a { background-color: rgb(68,50,20); }
div.DivClassName
{
background-color: #443214;
}
.BgClassName
{
background-color: #443214;
}
</style>
border-color css
<style>
span { border-color: #443214; }
span { border-color: rgb(68,50,20); }
td.TdClassName
{
border-color: #443214;
}
.TagClassName
{
border-color: #443214;
}
</style>