Shades of Mikado #39300C
Tints of Mikado #39300C
RGB
CMYK
RGB Variations
Color information
#39300C (or 0x39300C) is known color: Mikado. HEX triplet: 39, 30 and 0C. RGB value is (57,48,12). Sum of RGB (Red+Green+Blue) = 57+48+12=117 (15% of max value = 765). Red value is 57 (22.66% from 255 or 48.72% from 117); Green value is 48 (19.14% from 255 or 41.03% from 117); Blue value is 12 (5.08% from 255 or 10.26% from 117); Max value from RGB is 57 - color contains mainly: red. Hex color #39300C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39300C is #C6CFF3. Grayscale: #2E2E2E. Windows color (decimal): -13029364 or 798777. OLE color: 798777.
HSL color Cylindrical-coordinate representation of color #39300C: hue angle of 48º degrees, saturation: 0.65, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #39300C is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 48 | 12 | - |
| CMYK | 0 | 0.16 | 0.79 | 0.78 |
| HSL | 48º | 0.65% | 0.14% | - |
| HSV(B) | 48º | 0.79% | 0.22% | - |
| XYZ | 2.81 | 3.01 | 0.78 | - |
| YUV | 46.59 | 108.48 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 48 | 12 | 0 | 0.16 | 0.79 | 0.78 | 48 | 0.65 | 0.14 |
| Hex | 39 | 30 | C | 0 | 10 | 4F | 4E | 30 | 41 | E |
| Octal | 71 | 60 | 14 | 0 | 20 | 117 | 116 | 60 | 101 | 16 |
| Binary | 111001 | 110000 | 1100 | 0 | 10000 | 1001111 | 1001110 | 110000 | 1000001 | 1110 |
Color Harmonies of #39300C
Complementary color
Monochromatic Colors of #39300C
Black with #39300C
Text Example
Text Example
White with #39300C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39300C; }
p { color: rgb(57,48,12); }
H1.HeaderClassName
{
color: #39300C;
}
.AnyTagClassName
{
color: #39300C;
}
</style>
background-color css
<style>
a { background-color: #39300C; }
a { background-color: rgb(57,48,12); }
div.DivClassName
{
background-color: #39300C;
}
.BgClassName
{
background-color: #39300C;
}
</style>
border-color css
<style>
span { border-color: #39300C; }
span { border-color: rgb(57,48,12); }
td.TdClassName
{
border-color: #39300C;
}
.TagClassName
{
border-color: #39300C;
}
</style>