Shades of Mikado #393219
Tints of Mikado #393219
RGB
CMYK
RGB Variations
Color information
#393219 (or 0x393219) is known color: Mikado. HEX triplet: 39, 32 and 19. RGB value is (57,50,25). Sum of RGB (Red+Green+Blue) = 57+50+25=132 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.18% from 132); Green value is 50 (19.92% from 255 or 37.88% from 132); Blue value is 25 (10.16% from 255 or 18.94% from 132); Max value from RGB is 57 - color contains mainly: red. Hex color #393219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393219 is #C6CDE6. Grayscale: #313131. Windows color (decimal): -13028839 or 1651257. OLE color: 1651257.
HSL color Cylindrical-coordinate representation of color #393219: hue angle of 46.88º degrees, saturation: 0.39, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #393219 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 50 | 25 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.78 |
| HSL | 46.88º | 0.39% | 0.16% | - |
| HSV(B) | 46.88º | 0.56% | 0.22% | - |
| XYZ | 3 | 3.22 | 1.38 | - |
| YUV | 49.24 | 114.32 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 50 | 25 | 0 | 0.12 | 0.56 | 0.78 | 46.88 | 0.39 | 0.16 |
| Hex | 39 | 32 | 19 | 0 | C | 38 | 4E | 2F | 27 | 10 |
| Octal | 71 | 62 | 31 | 0 | 14 | 70 | 116 | 57 | 47 | 20 |
| Binary | 111001 | 110010 | 11001 | 0 | 1100 | 111000 | 1001110 | 101111 | 100111 | 10000 |
Color Harmonies of #393219
Complementary color
Monochromatic Colors of #393219
Black with #393219
Text Example
Text Example
White with #393219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393219; }
p { color: rgb(57,50,25); }
H1.HeaderClassName
{
color: #393219;
}
.AnyTagClassName
{
color: #393219;
}
</style>
background-color css
<style>
a { background-color: #393219; }
a { background-color: rgb(57,50,25); }
div.DivClassName
{
background-color: #393219;
}
.BgClassName
{
background-color: #393219;
}
</style>
border-color css
<style>
span { border-color: #393219; }
span { border-color: rgb(57,50,25); }
td.TdClassName
{
border-color: #393219;
}
.TagClassName
{
border-color: #393219;
}
</style>