Shades of Mikado #392F12
Tints of Mikado #392F12
RGB
CMYK
RGB Variations
Color information
#392F12 (or 0x392F12) is known color: Mikado. HEX triplet: 39, 2F and 12. RGB value is (57,47,18). Sum of RGB (Red+Green+Blue) = 57+47+18=122 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.72% from 122); Green value is 47 (18.75% from 255 or 38.52% from 122); Blue value is 18 (7.42% from 255 or 14.75% from 122); Max value from RGB is 57 - color contains mainly: red. Hex color #392F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392F12 is #C6D0ED. Grayscale: #2E2E2E. Windows color (decimal): -13029614 or 1191737. OLE color: 1191737.
HSL color Cylindrical-coordinate representation of color #392F12: hue angle of 44.62º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #392F12 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 47 | 18 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.78 |
| HSL | 44.62º | 0.52% | 0.15% | - |
| HSV(B) | 44.62º | 0.68% | 0.22% | - |
| XYZ | 2.81 | 2.95 | 0.99 | - |
| YUV | 46.68 | 111.81 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 47 | 18 | 0 | 0.18 | 0.68 | 0.78 | 44.62 | 0.52 | 0.15 |
| Hex | 39 | 2F | 12 | 0 | 12 | 44 | 4E | 2D | 34 | F |
| Octal | 71 | 57 | 22 | 0 | 22 | 104 | 116 | 55 | 64 | 17 |
| Binary | 111001 | 101111 | 10010 | 0 | 10010 | 1000100 | 1001110 | 101101 | 110100 | 1111 |
Color Harmonies of #392F12
Complementary color
Monochromatic Colors of #392F12
Black with #392F12
Text Example
Text Example
White with #392F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392F12; }
p { color: rgb(57,47,18); }
H1.HeaderClassName
{
color: #392F12;
}
.AnyTagClassName
{
color: #392F12;
}
</style>
background-color css
<style>
a { background-color: #392F12; }
a { background-color: rgb(57,47,18); }
div.DivClassName
{
background-color: #392F12;
}
.BgClassName
{
background-color: #392F12;
}
</style>
border-color css
<style>
span { border-color: #392F12; }
span { border-color: rgb(57,47,18); }
td.TdClassName
{
border-color: #392F12;
}
.TagClassName
{
border-color: #392F12;
}
</style>