Shades of Mikado #443000
Tints of Mikado #443000
RGB
CMYK
RGB Variations
Color information
#443000 (or 0x443000) is known color: Mikado. HEX triplet: 44, 30 and 00. RGB value is (68,48,0). Sum of RGB (Red+Green+Blue) = 68+48+0=116 (15% of max value = 765). Red value is 68 (26.95% from 255 or 58.62% from 116); Green value is 48 (19.14% from 255 or 41.38% from 116); Blue value is 0 (0.39% from 255 or 0% from 116); Max value from RGB is 68 - color contains mainly: red. Hex color #443000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443000 is #BBCFFF. Grayscale: #303030. Windows color (decimal): -12308480 or 12356. OLE color: 12356.
HSL color Cylindrical-coordinate representation of color #443000: hue angle of 42.35º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #443000 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 48 | 0 | - |
| CMYK | 0 | 0.29 | 1 | 0.73 |
| HSL | 42.35º | 1% | 0.13% | - |
| HSV(B) | 42.35º | 1% | 0.27% | - |
| XYZ | 3.44 | 3.34 | 0.46 | - |
| YUV | 48.51 | 100.63 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 48 | 0 | 0 | 0.29 | 1 | 0.73 | 42.35 | 1 | 0.13 |
| Hex | 44 | 30 | 0 | 0 | 1D | 64 | 49 | 2A | 64 | D |
| Octal | 104 | 60 | 0 | 0 | 35 | 144 | 111 | 52 | 144 | 15 |
| Binary | 1000100 | 110000 | 0 | 0 | 11101 | 1100100 | 1001001 | 101010 | 1100100 | 1101 |
Color Harmonies of #443000
Complementary color
Monochromatic Colors of #443000
Black with #443000
Text Example
Text Example
White with #443000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443000; }
p { color: rgb(68,48,0); }
H1.HeaderClassName
{
color: #443000;
}
.AnyTagClassName
{
color: #443000;
}
</style>
background-color css
<style>
a { background-color: #443000; }
a { background-color: rgb(68,48,0); }
div.DivClassName
{
background-color: #443000;
}
.BgClassName
{
background-color: #443000;
}
</style>
border-color css
<style>
span { border-color: #443000; }
span { border-color: rgb(68,48,0); }
td.TdClassName
{
border-color: #443000;
}
.TagClassName
{
border-color: #443000;
}
</style>