Shades of Mikado #44320C
Tints of Mikado #44320C
RGB
CMYK
RGB Variations
Color information
#44320C (or 0x44320C) is known color: Mikado. HEX triplet: 44, 32 and 0C. RGB value is (68,50,12). Sum of RGB (Red+Green+Blue) = 68+50+12=130 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.31% from 130); Green value is 50 (19.92% from 255 or 38.46% from 130); Blue value is 12 (5.08% from 255 or 9.23% from 130); Max value from RGB is 68 - color contains mainly: red. Hex color #44320C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44320C is #BBCDF3. Grayscale: #333333. Windows color (decimal): -12307956 or 799300. OLE color: 799300.
HSL color Cylindrical-coordinate representation of color #44320C: hue angle of 40.71º 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 #44320C is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 50 | 12 | - |
| CMYK | 0 | 0.26 | 0.82 | 0.73 |
| HSL | 40.71º | 0.7% | 0.16% | - |
| HSV(B) | 40.71º | 0.82% | 0.27% | - |
| XYZ | 3.59 | 3.54 | 0.84 | - |
| YUV | 51.05 | 105.96 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 50 | 12 | 0 | 0.26 | 0.82 | 0.73 | 40.71 | 0.7 | 0.16 |
| Hex | 44 | 32 | C | 0 | 1A | 52 | 49 | 29 | 46 | 10 |
| Octal | 104 | 62 | 14 | 0 | 32 | 122 | 111 | 51 | 106 | 20 |
| Binary | 1000100 | 110010 | 1100 | 0 | 11010 | 1010010 | 1001001 | 101001 | 1000110 | 10000 |
Color Harmonies of #44320C
Complementary color
Monochromatic Colors of #44320C
Black with #44320C
Text Example
Text Example
White with #44320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44320C; }
p { color: rgb(68,50,12); }
H1.HeaderClassName
{
color: #44320C;
}
.AnyTagClassName
{
color: #44320C;
}
</style>
background-color css
<style>
a { background-color: #44320C; }
a { background-color: rgb(68,50,12); }
div.DivClassName
{
background-color: #44320C;
}
.BgClassName
{
background-color: #44320C;
}
</style>
border-color css
<style>
span { border-color: #44320C; }
span { border-color: rgb(68,50,12); }
td.TdClassName
{
border-color: #44320C;
}
.TagClassName
{
border-color: #44320C;
}
</style>