Shades of Mikado #44340C
Tints of Mikado #44340C
RGB
CMYK
RGB Variations
Color information
#44340C (or 0x44340C) is known color: Mikado. HEX triplet: 44, 34 and 0C. RGB value is (68,52,12). Sum of RGB (Red+Green+Blue) = 68+52+12=132 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.52% from 132); Green value is 52 (20.70% from 255 or 39.39% from 132); Blue value is 12 (5.08% from 255 or 9.09% from 132); Max value from RGB is 68 - color contains mainly: red. Hex color #44340C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44340C is #BBCBF3. Grayscale: #343434. Windows color (decimal): -12307444 or 799812. OLE color: 799812.
HSL color Cylindrical-coordinate representation of color #44340C: hue angle of 42.86º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #44340C is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 52 | 12 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.73 |
| HSL | 42.86º | 0.7% | 0.16% | - |
| HSV(B) | 42.86º | 0.82% | 0.27% | - |
| XYZ | 3.68 | 3.71 | 0.87 | - |
| YUV | 52.22 | 105.3 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 52 | 12 | 0 | 0.24 | 0.82 | 0.73 | 42.86 | 0.7 | 0.16 |
| Hex | 44 | 34 | C | 0 | 18 | 52 | 49 | 2B | 46 | 10 |
| Octal | 104 | 64 | 14 | 0 | 30 | 122 | 111 | 53 | 106 | 20 |
| Binary | 1000100 | 110100 | 1100 | 0 | 11000 | 1010010 | 1001001 | 101011 | 1000110 | 10000 |
Color Harmonies of #44340C
Complementary color
Monochromatic Colors of #44340C
Black with #44340C
Text Example
Text Example
White with #44340C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44340C; }
p { color: rgb(68,52,12); }
H1.HeaderClassName
{
color: #44340C;
}
.AnyTagClassName
{
color: #44340C;
}
</style>
background-color css
<style>
a { background-color: #44340C; }
a { background-color: rgb(68,52,12); }
div.DivClassName
{
background-color: #44340C;
}
.BgClassName
{
background-color: #44340C;
}
</style>
border-color css
<style>
span { border-color: #44340C; }
span { border-color: rgb(68,52,12); }
td.TdClassName
{
border-color: #44340C;
}
.TagClassName
{
border-color: #44340C;
}
</style>