Shades of Mikado #392E0C
Tints of Mikado #392E0C
RGB
CMYK
RGB Variations
Color information
#392E0C (or 0x392E0C) is known color: Mikado. HEX triplet: 39, 2E and 0C. RGB value is (57,46,12). Sum of RGB (Red+Green+Blue) = 57+46+12=115 (15% of max value = 765). Red value is 57 (22.66% from 255 or 49.57% from 115); Green value is 46 (18.36% from 255 or 40% from 115); Blue value is 12 (5.08% from 255 or 10.43% from 115); Max value from RGB is 57 - color contains mainly: red. Hex color #392E0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392E0C is #C6D1F3. Grayscale: #2D2D2D. Windows color (decimal): -13029876 or 798265. OLE color: 798265.
HSL color Cylindrical-coordinate representation of color #392E0C: hue angle of 45.33º degrees, saturation: 0.65, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #392E0C is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 46 | 12 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.78 |
| HSL | 45.33º | 0.65% | 0.14% | - |
| HSV(B) | 45.33º | 0.79% | 0.22% | - |
| XYZ | 2.73 | 2.85 | 0.75 | - |
| YUV | 45.41 | 109.14 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 46 | 12 | 0 | 0.19 | 0.79 | 0.78 | 45.33 | 0.65 | 0.14 |
| Hex | 39 | 2E | C | 0 | 13 | 4F | 4E | 2D | 41 | E |
| Octal | 71 | 56 | 14 | 0 | 23 | 117 | 116 | 55 | 101 | 16 |
| Binary | 111001 | 101110 | 1100 | 0 | 10011 | 1001111 | 1001110 | 101101 | 1000001 | 1110 |
Color Harmonies of #392E0C
Complementary color
Monochromatic Colors of #392E0C
Black with #392E0C
Text Example
Text Example
White with #392E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392E0C; }
p { color: rgb(57,46,12); }
H1.HeaderClassName
{
color: #392E0C;
}
.AnyTagClassName
{
color: #392E0C;
}
</style>
background-color css
<style>
a { background-color: #392E0C; }
a { background-color: rgb(57,46,12); }
div.DivClassName
{
background-color: #392E0C;
}
.BgClassName
{
background-color: #392E0C;
}
</style>
border-color css
<style>
span { border-color: #392E0C; }
span { border-color: rgb(57,46,12); }
td.TdClassName
{
border-color: #392E0C;
}
.TagClassName
{
border-color: #392E0C;
}
</style>