Shades of Mikado #443312
Tints of Mikado #443312
RGB
CMYK
RGB Variations
Color information
#443312 (or 0x443312) is known color: Mikado. HEX triplet: 44, 33 and 12. RGB value is (68,51,18). Sum of RGB (Red+Green+Blue) = 68+51+18=137 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.64% from 137); Green value is 51 (20.31% from 255 or 37.23% from 137); Blue value is 18 (7.42% from 255 or 13.14% from 137); Max value from RGB is 68 - color contains mainly: red. Hex color #443312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443312 is #BBCCED. Grayscale: #343434. Windows color (decimal): -12307694 or 1192772. OLE color: 1192772.
HSL color Cylindrical-coordinate representation of color #443312: hue angle of 39.6º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #443312 is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 51 | 18 | - |
| CMYK | 0 | 0.25 | 0.74 | 0.73 |
| HSL | 39.6º | 0.58% | 0.17% | - |
| HSV(B) | 39.6º | 0.74% | 0.27% | - |
| XYZ | 3.68 | 3.64 | 1.08 | - |
| YUV | 52.32 | 108.63 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 51 | 18 | 0 | 0.25 | 0.74 | 0.73 | 39.6 | 0.58 | 0.17 |
| Hex | 44 | 33 | 12 | 0 | 19 | 4A | 49 | 28 | 3A | 11 |
| Octal | 104 | 63 | 22 | 0 | 31 | 112 | 111 | 50 | 72 | 21 |
| Binary | 1000100 | 110011 | 10010 | 0 | 11001 | 1001010 | 1001001 | 101000 | 111010 | 10001 |
Color Harmonies of #443312
Complementary color
Monochromatic Colors of #443312
Black with #443312
Text Example
Text Example
White with #443312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443312; }
p { color: rgb(68,51,18); }
H1.HeaderClassName
{
color: #443312;
}
.AnyTagClassName
{
color: #443312;
}
</style>
background-color css
<style>
a { background-color: #443312; }
a { background-color: rgb(68,51,18); }
div.DivClassName
{
background-color: #443312;
}
.BgClassName
{
background-color: #443312;
}
</style>
border-color css
<style>
span { border-color: #443312; }
span { border-color: rgb(68,51,18); }
td.TdClassName
{
border-color: #443312;
}
.TagClassName
{
border-color: #443312;
}
</style>