Shades of Mikado #393212
Tints of Mikado #393212
RGB
CMYK
RGB Variations
Color information
#393212 (or 0x393212) is known color: Mikado. HEX triplet: 39, 32 and 12. RGB value is (57,50,18). Sum of RGB (Red+Green+Blue) = 57+50+18=125 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.6% from 125); Green value is 50 (19.92% from 255 or 40% from 125); Blue value is 18 (7.42% from 255 or 14.4% from 125); Max value from RGB is 57 - color contains mainly: red. Hex color #393212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393212 is #C6CDED. Grayscale: #303030. Windows color (decimal): -13028846 or 1192505. OLE color: 1192505.
HSL color Cylindrical-coordinate representation of color #393212: hue angle of 49.23º 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 #393212 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 50 | 18 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.78 |
| HSL | 49.23º | 0.52% | 0.15% | - |
| HSV(B) | 49.23º | 0.68% | 0.22% | - |
| XYZ | 2.94 | 3.19 | 1.03 | - |
| YUV | 48.45 | 110.82 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 50 | 18 | 0 | 0.12 | 0.68 | 0.78 | 49.23 | 0.52 | 0.15 |
| Hex | 39 | 32 | 12 | 0 | C | 44 | 4E | 31 | 34 | F |
| Octal | 71 | 62 | 22 | 0 | 14 | 104 | 116 | 61 | 64 | 17 |
| Binary | 111001 | 110010 | 10010 | 0 | 1100 | 1000100 | 1001110 | 110001 | 110100 | 1111 |
Color Harmonies of #393212
Complementary color
Monochromatic Colors of #393212
Black with #393212
Text Example
Text Example
White with #393212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393212; }
p { color: rgb(57,50,18); }
H1.HeaderClassName
{
color: #393212;
}
.AnyTagClassName
{
color: #393212;
}
</style>
background-color css
<style>
a { background-color: #393212; }
a { background-color: rgb(57,50,18); }
div.DivClassName
{
background-color: #393212;
}
.BgClassName
{
background-color: #393212;
}
</style>
border-color css
<style>
span { border-color: #393212; }
span { border-color: rgb(57,50,18); }
td.TdClassName
{
border-color: #393212;
}
.TagClassName
{
border-color: #393212;
}
</style>