Shades of Mikado #393007
Tints of Mikado #393007
RGB
CMYK
RGB Variations
Color information
#393007 (or 0x393007) is known color: Mikado. HEX triplet: 39, 30 and 07. RGB value is (57,48,7). Sum of RGB (Red+Green+Blue) = 57+48+7=112 (14% of max value = 765). Red value is 57 (22.66% from 255 or 50.89% from 112); Green value is 48 (19.14% from 255 or 42.86% from 112); Blue value is 7 (3.12% from 255 or 6.25% from 112); Max value from RGB is 57 - color contains mainly: red. Hex color #393007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393007 is #C6CFF8. Grayscale: #2E2E2E. Windows color (decimal): -13029369 or 471097. OLE color: 471097.
HSL color Cylindrical-coordinate representation of color #393007: hue angle of 49.2º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #393007 is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 48 | 7 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.78 |
| HSL | 49.2º | 0.78% | 0.13% | - |
| HSV(B) | 49.2º | 0.88% | 0.22% | - |
| XYZ | 2.78 | 3 | 0.63 | - |
| YUV | 46.02 | 105.98 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 48 | 7 | 0 | 0.16 | 0.88 | 0.78 | 49.2 | 0.78 | 0.13 |
| Hex | 39 | 30 | 7 | 0 | 10 | 58 | 4E | 31 | 4E | D |
| Octal | 71 | 60 | 7 | 0 | 20 | 130 | 116 | 61 | 116 | 15 |
| Binary | 111001 | 110000 | 111 | 0 | 10000 | 1011000 | 1001110 | 110001 | 1001110 | 1101 |
Color Harmonies of #393007
Complementary color
Monochromatic Colors of #393007
Black with #393007
Text Example
Text Example
White with #393007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393007; }
p { color: rgb(57,48,7); }
H1.HeaderClassName
{
color: #393007;
}
.AnyTagClassName
{
color: #393007;
}
</style>
background-color css
<style>
a { background-color: #393007; }
a { background-color: rgb(57,48,7); }
div.DivClassName
{
background-color: #393007;
}
.BgClassName
{
background-color: #393007;
}
</style>
border-color css
<style>
span { border-color: #393007; }
span { border-color: rgb(57,48,7); }
td.TdClassName
{
border-color: #393007;
}
.TagClassName
{
border-color: #393007;
}
</style>