Shades of Mikado #392E0B
Tints of Mikado #392E0B
RGB
CMYK
RGB Variations
Color information
#392E0B (or 0x392E0B) is known color: Mikado. HEX triplet: 39, 2E and 0B. RGB value is (57,46,11). Sum of RGB (Red+Green+Blue) = 57+46+11=114 (15% of max value = 765). Red value is 57 (22.66% from 255 or 50% from 114); Green value is 46 (18.36% from 255 or 40.35% from 114); Blue value is 11 (4.69% from 255 or 9.65% from 114); Max value from RGB is 57 - color contains mainly: red. Hex color #392E0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392E0B is #C6D1F4. Grayscale: #2D2D2D. Windows color (decimal): -13029877 or 732729. OLE color: 732729.
HSL color Cylindrical-coordinate representation of color #392E0B: hue angle of 45.65º degrees, saturation: 0.68, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #392E0B is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 46 | 11 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.78 |
| HSL | 45.65º | 0.68% | 0.13% | - |
| HSV(B) | 45.65º | 0.81% | 0.22% | - |
| XYZ | 2.72 | 2.85 | 0.72 | - |
| YUV | 45.3 | 108.64 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 46 | 11 | 0 | 0.19 | 0.81 | 0.78 | 45.65 | 0.68 | 0.13 |
| Hex | 39 | 2E | B | 0 | 13 | 51 | 4E | 2E | 44 | D |
| Octal | 71 | 56 | 13 | 0 | 23 | 121 | 116 | 56 | 104 | 15 |
| Binary | 111001 | 101110 | 1011 | 0 | 10011 | 1010001 | 1001110 | 101110 | 1000100 | 1101 |
Color Harmonies of #392E0B
Complementary color
Monochromatic Colors of #392E0B
Black with #392E0B
Text Example
Text Example
White with #392E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392E0B; }
p { color: rgb(57,46,11); }
H1.HeaderClassName
{
color: #392E0B;
}
.AnyTagClassName
{
color: #392E0B;
}
</style>
background-color css
<style>
a { background-color: #392E0B; }
a { background-color: rgb(57,46,11); }
div.DivClassName
{
background-color: #392E0B;
}
.BgClassName
{
background-color: #392E0B;
}
</style>
border-color css
<style>
span { border-color: #392E0B; }
span { border-color: rgb(57,46,11); }
td.TdClassName
{
border-color: #392E0B;
}
.TagClassName
{
border-color: #392E0B;
}
</style>