Shades of Mikado #392E07
Tints of Mikado #392E07
RGB
CMYK
RGB Variations
Color information
#392E07 (or 0x392E07) is known color: Mikado. HEX triplet: 39, 2E and 07. RGB value is (57,46,7). Sum of RGB (Red+Green+Blue) = 57+46+7=110 (14% of max value = 765). Red value is 57 (22.66% from 255 or 51.82% from 110); Green value is 46 (18.36% from 255 or 41.82% from 110); Blue value is 7 (3.12% from 255 or 6.36% from 110); Max value from RGB is 57 - color contains mainly: red. Hex color #392E07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392E07 is #C6D1F8. Grayscale: #2D2D2D. Windows color (decimal): -13029881 or 470585. OLE color: 470585.
HSL color Cylindrical-coordinate representation of color #392E07: hue angle of 46.8º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #392E07 is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 46 | 7 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.78 |
| HSL | 46.8º | 0.78% | 0.13% | - |
| HSV(B) | 46.8º | 0.88% | 0.22% | - |
| XYZ | 2.7 | 2.84 | 0.61 | - |
| YUV | 44.84 | 106.64 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 46 | 7 | 0 | 0.19 | 0.88 | 0.78 | 46.8 | 0.78 | 0.13 |
| Hex | 39 | 2E | 7 | 0 | 13 | 58 | 4E | 2F | 4E | D |
| Octal | 71 | 56 | 7 | 0 | 23 | 130 | 116 | 57 | 116 | 15 |
| Binary | 111001 | 101110 | 111 | 0 | 10011 | 1011000 | 1001110 | 101111 | 1001110 | 1101 |
Color Harmonies of #392E07
Complementary color
Monochromatic Colors of #392E07
Black with #392E07
Text Example
Text Example
White with #392E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392E07; }
p { color: rgb(57,46,7); }
H1.HeaderClassName
{
color: #392E07;
}
.AnyTagClassName
{
color: #392E07;
}
</style>
background-color css
<style>
a { background-color: #392E07; }
a { background-color: rgb(57,46,7); }
div.DivClassName
{
background-color: #392E07;
}
.BgClassName
{
background-color: #392E07;
}
</style>
border-color css
<style>
span { border-color: #392E07; }
span { border-color: rgb(57,46,7); }
td.TdClassName
{
border-color: #392E07;
}
.TagClassName
{
border-color: #392E07;
}
</style>