Shades of Mikado #392E11
Tints of Mikado #392E11
RGB
CMYK
RGB Variations
Color information
#392E11 (or 0x392E11) is known color: Mikado. HEX triplet: 39, 2E and 11. RGB value is (57,46,17). Sum of RGB (Red+Green+Blue) = 57+46+17=120 (15% of max value = 765). Red value is 57 (22.66% from 255 or 47.5% from 120); Green value is 46 (18.36% from 255 or 38.33% from 120); Blue value is 17 (7.03% from 255 or 14.17% from 120); Max value from RGB is 57 - color contains mainly: red. Hex color #392E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392E11 is #C6D1EE. Grayscale: #2E2E2E. Windows color (decimal): -13029871 or 1125945. OLE color: 1125945.
HSL color Cylindrical-coordinate representation of color #392E11: hue angle of 43.5º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #392E11 is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 46 | 17 | - |
| CMYK | 0 | 0.19 | 0.70 | 0.78 |
| HSL | 43.5º | 0.54% | 0.15% | - |
| HSV(B) | 43.5º | 0.7% | 0.22% | - |
| XYZ | 2.77 | 2.86 | 0.94 | - |
| YUV | 45.98 | 111.64 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 46 | 17 | 0 | 0.19 | 0.70 | 0.78 | 43.5 | 0.54 | 0.15 |
| Hex | 39 | 2E | 11 | 0 | 13 | 46 | 4E | 2C | 36 | F |
| Octal | 71 | 56 | 21 | 0 | 23 | 106 | 116 | 54 | 66 | 17 |
| Binary | 111001 | 101110 | 10001 | 0 | 10011 | 1000110 | 1001110 | 101100 | 110110 | 1111 |
Color Harmonies of #392E11
Complementary color
Monochromatic Colors of #392E11
Black with #392E11
Text Example
Text Example
White with #392E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392E11; }
p { color: rgb(57,46,17); }
H1.HeaderClassName
{
color: #392E11;
}
.AnyTagClassName
{
color: #392E11;
}
</style>
background-color css
<style>
a { background-color: #392E11; }
a { background-color: rgb(57,46,17); }
div.DivClassName
{
background-color: #392E11;
}
.BgClassName
{
background-color: #392E11;
}
</style>
border-color css
<style>
span { border-color: #392E11; }
span { border-color: rgb(57,46,17); }
td.TdClassName
{
border-color: #392E11;
}
.TagClassName
{
border-color: #392E11;
}
</style>