Shades of Mikado #393016
Tints of Mikado #393016
RGB
CMYK
RGB Variations
Color information
#393016 (or 0x393016) is known color: Mikado. HEX triplet: 39, 30 and 16. RGB value is (57,48,22). Sum of RGB (Red+Green+Blue) = 57+48+22=127 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.88% from 127); Green value is 48 (19.14% from 255 or 37.80% from 127); Blue value is 22 (8.98% from 255 or 17.32% from 127); Max value from RGB is 57 - color contains mainly: red. Hex color #393016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393016 is #C6CFE9. Grayscale: #2F2F2F. Windows color (decimal): -13029354 or 1454137. OLE color: 1454137.
HSL color Cylindrical-coordinate representation of color #393016: hue angle of 44.57º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #393016 is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 48 | 22 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.78 |
| HSL | 44.57º | 0.44% | 0.15% | - |
| HSV(B) | 44.57º | 0.61% | 0.22% | - |
| XYZ | 2.89 | 3.04 | 1.19 | - |
| YUV | 47.73 | 113.48 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 48 | 22 | 0 | 0.16 | 0.61 | 0.78 | 44.57 | 0.44 | 0.15 |
| Hex | 39 | 30 | 16 | 0 | 10 | 3D | 4E | 2D | 2C | F |
| Octal | 71 | 60 | 26 | 0 | 20 | 75 | 116 | 55 | 54 | 17 |
| Binary | 111001 | 110000 | 10110 | 0 | 10000 | 111101 | 1001110 | 101101 | 101100 | 1111 |
Color Harmonies of #393016
Complementary color
Monochromatic Colors of #393016
Black with #393016
Text Example
Text Example
White with #393016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393016; }
p { color: rgb(57,48,22); }
H1.HeaderClassName
{
color: #393016;
}
.AnyTagClassName
{
color: #393016;
}
</style>
background-color css
<style>
a { background-color: #393016; }
a { background-color: rgb(57,48,22); }
div.DivClassName
{
background-color: #393016;
}
.BgClassName
{
background-color: #393016;
}
</style>
border-color css
<style>
span { border-color: #393016; }
span { border-color: rgb(57,48,22); }
td.TdClassName
{
border-color: #393016;
}
.TagClassName
{
border-color: #393016;
}
</style>