Shades of Mikado #44351C
Tints of Mikado #44351C
RGB
CMYK
RGB Variations
Color information
#44351C (or 0x44351C) is known color: Mikado. HEX triplet: 44, 35 and 1C. RGB value is (68,53,28). Sum of RGB (Red+Green+Blue) = 68+53+28=149 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.64% from 149); Green value is 53 (21.09% from 255 or 35.57% from 149); Blue value is 28 (11.33% from 255 or 18.79% from 149); Max value from RGB is 68 - color contains mainly: red. Hex color #44351C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44351C is #BBCAE3. Grayscale: #363636. Windows color (decimal): -12307172 or 1848644. OLE color: 1848644.
HSL color Cylindrical-coordinate representation of color #44351C: hue angle of 37.5º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #44351C is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 53 | 28 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.73 |
| HSL | 37.5º | 0.42% | 0.19% | - |
| HSV(B) | 37.5º | 0.59% | 0.27% | - |
| XYZ | 3.87 | 3.86 | 1.64 | - |
| YUV | 54.64 | 112.97 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 53 | 28 | 0 | 0.22 | 0.59 | 0.73 | 37.5 | 0.42 | 0.19 |
| Hex | 44 | 35 | 1C | 0 | 16 | 3B | 49 | 26 | 2A | 13 |
| Octal | 104 | 65 | 34 | 0 | 26 | 73 | 111 | 46 | 52 | 23 |
| Binary | 1000100 | 110101 | 11100 | 0 | 10110 | 111011 | 1001001 | 100110 | 101010 | 10011 |
Color Harmonies of #44351C
Complementary color
Monochromatic Colors of #44351C
Black with #44351C
Text Example
Text Example
White with #44351C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44351C; }
p { color: rgb(68,53,28); }
H1.HeaderClassName
{
color: #44351C;
}
.AnyTagClassName
{
color: #44351C;
}
</style>
background-color css
<style>
a { background-color: #44351C; }
a { background-color: rgb(68,53,28); }
div.DivClassName
{
background-color: #44351C;
}
.BgClassName
{
background-color: #44351C;
}
</style>
border-color css
<style>
span { border-color: #44351C; }
span { border-color: rgb(68,53,28); }
td.TdClassName
{
border-color: #44351C;
}
.TagClassName
{
border-color: #44351C;
}
</style>