Shades of Mikado #392E0A
Tints of Mikado #392E0A
RGB
CMYK
RGB Variations
Color information
#392E0A (or 0x392E0A) is known color: Mikado. HEX triplet: 39, 2E and 0A. RGB value is (57,46,10). Sum of RGB (Red+Green+Blue) = 57+46+10=113 (14% of max value = 765). Red value is 57 (22.66% from 255 or 50.44% from 113); Green value is 46 (18.36% from 255 or 40.71% from 113); Blue value is 10 (4.30% from 255 or 8.85% from 113); Max value from RGB is 57 - color contains mainly: red. Hex color #392E0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392E0A is #C6D1F5. Grayscale: #2D2D2D. Windows color (decimal): -13029878 or 667193. OLE color: 667193.
HSL color Cylindrical-coordinate representation of color #392E0A: hue angle of 45.96º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #392E0A is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 46 | 10 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.78 |
| HSL | 45.96º | 0.7% | 0.13% | - |
| HSV(B) | 45.96º | 0.82% | 0.22% | - |
| XYZ | 2.72 | 2.85 | 0.69 | - |
| YUV | 45.19 | 108.14 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 46 | 10 | 0 | 0.19 | 0.82 | 0.78 | 45.96 | 0.7 | 0.13 |
| Hex | 39 | 2E | A | 0 | 13 | 52 | 4E | 2E | 46 | D |
| Octal | 71 | 56 | 12 | 0 | 23 | 122 | 116 | 56 | 106 | 15 |
| Binary | 111001 | 101110 | 1010 | 0 | 10011 | 1010010 | 1001110 | 101110 | 1000110 | 1101 |
Color Harmonies of #392E0A
Complementary color
Monochromatic Colors of #392E0A
Black with #392E0A
Text Example
Text Example
White with #392E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392E0A; }
p { color: rgb(57,46,10); }
H1.HeaderClassName
{
color: #392E0A;
}
.AnyTagClassName
{
color: #392E0A;
}
</style>
background-color css
<style>
a { background-color: #392E0A; }
a { background-color: rgb(57,46,10); }
div.DivClassName
{
background-color: #392E0A;
}
.BgClassName
{
background-color: #392E0A;
}
</style>
border-color css
<style>
span { border-color: #392E0A; }
span { border-color: rgb(57,46,10); }
td.TdClassName
{
border-color: #392E0A;
}
.TagClassName
{
border-color: #392E0A;
}
</style>