Shades of Mikado #443111
Tints of Mikado #443111
RGB
CMYK
RGB Variations
Color information
#443111 (or 0x443111) is known color: Mikado. HEX triplet: 44, 31 and 11. RGB value is (68,49,17). Sum of RGB (Red+Green+Blue) = 68+49+17=134 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.75% from 134); Green value is 49 (19.53% from 255 or 36.57% from 134); Blue value is 17 (7.03% from 255 or 12.69% from 134); Max value from RGB is 68 - color contains mainly: red. Hex color #443111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443111 is #BBCEEE. Grayscale: #333333. Windows color (decimal): -12308207 or 1126724. OLE color: 1126724.
HSL color Cylindrical-coordinate representation of color #443111: hue angle of 37.65º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #443111 is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 49 | 17 | - |
| CMYK | 0 | 0.28 | 0.75 | 0.73 |
| HSL | 37.65º | 0.6% | 0.17% | - |
| HSV(B) | 37.65º | 0.75% | 0.27% | - |
| XYZ | 3.58 | 3.47 | 1.01 | - |
| YUV | 51.03 | 108.79 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 49 | 17 | 0 | 0.28 | 0.75 | 0.73 | 37.65 | 0.6 | 0.17 |
| Hex | 44 | 31 | 11 | 0 | 1C | 4B | 49 | 26 | 3C | 11 |
| Octal | 104 | 61 | 21 | 0 | 34 | 113 | 111 | 46 | 74 | 21 |
| Binary | 1000100 | 110001 | 10001 | 0 | 11100 | 1001011 | 1001001 | 100110 | 111100 | 10001 |
Color Harmonies of #443111
Complementary color
Monochromatic Colors of #443111
Black with #443111
Text Example
Text Example
White with #443111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443111; }
p { color: rgb(68,49,17); }
H1.HeaderClassName
{
color: #443111;
}
.AnyTagClassName
{
color: #443111;
}
</style>
background-color css
<style>
a { background-color: #443111; }
a { background-color: rgb(68,49,17); }
div.DivClassName
{
background-color: #443111;
}
.BgClassName
{
background-color: #443111;
}
</style>
border-color css
<style>
span { border-color: #443111; }
span { border-color: rgb(68,49,17); }
td.TdClassName
{
border-color: #443111;
}
.TagClassName
{
border-color: #443111;
}
</style>