Shades of Mikado #39300E
Tints of Mikado #39300E
RGB
CMYK
RGB Variations
Color information
#39300E (or 0x39300E) is known color: Mikado. HEX triplet: 39, 30 and 0E. RGB value is (57,48,14). Sum of RGB (Red+Green+Blue) = 57+48+14=119 (15% of max value = 765). Red value is 57 (22.66% from 255 or 47.90% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 14 (5.86% from 255 or 11.76% from 119); Max value from RGB is 57 - color contains mainly: red. Hex color #39300E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39300E is #C6CFF1. Grayscale: #2E2E2E. Windows color (decimal): -13029362 or 929849. OLE color: 929849.
HSL color Cylindrical-coordinate representation of color #39300E: hue angle of 47.44º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39300E is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 48 | 14 | - |
| CMYK | 0 | 0.16 | 0.75 | 0.78 |
| HSL | 47.44º | 0.61% | 0.14% | - |
| HSV(B) | 47.44º | 0.75% | 0.22% | - |
| XYZ | 2.82 | 3.02 | 0.85 | - |
| YUV | 46.82 | 109.48 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 48 | 14 | 0 | 0.16 | 0.75 | 0.78 | 47.44 | 0.61 | 0.14 |
| Hex | 39 | 30 | E | 0 | 10 | 4B | 4E | 2F | 3D | E |
| Octal | 71 | 60 | 16 | 0 | 20 | 113 | 116 | 57 | 75 | 16 |
| Binary | 111001 | 110000 | 1110 | 0 | 10000 | 1001011 | 1001110 | 101111 | 111101 | 1110 |
Color Harmonies of #39300E
Complementary color
Monochromatic Colors of #39300E
Black with #39300E
Text Example
Text Example
White with #39300E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39300E; }
p { color: rgb(57,48,14); }
H1.HeaderClassName
{
color: #39300E;
}
.AnyTagClassName
{
color: #39300E;
}
</style>
background-color css
<style>
a { background-color: #39300E; }
a { background-color: rgb(57,48,14); }
div.DivClassName
{
background-color: #39300E;
}
.BgClassName
{
background-color: #39300E;
}
</style>
border-color css
<style>
span { border-color: #39300E; }
span { border-color: rgb(57,48,14); }
td.TdClassName
{
border-color: #39300E;
}
.TagClassName
{
border-color: #39300E;
}
</style>