Shades of Mikado #39311C
Tints of Mikado #39311C
RGB
CMYK
RGB Variations
Color information
#39311C (or 0x39311C) is known color: Mikado. HEX triplet: 39, 31 and 1C. RGB value is (57,49,28). Sum of RGB (Red+Green+Blue) = 57+49+28=134 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.54% from 134); Green value is 49 (19.53% from 255 or 36.57% from 134); Blue value is 28 (11.33% from 255 or 20.90% from 134); Max value from RGB is 57 - color contains mainly: red. Hex color #39311C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39311C is #C6CEE3. Grayscale: #313131. Windows color (decimal): -13029092 or 1847609. OLE color: 1847609.
HSL color Cylindrical-coordinate representation of color #39311C: hue angle of 43.45º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #39311C is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 49 | 28 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.78 |
| HSL | 43.45º | 0.34% | 0.17% | - |
| HSV(B) | 43.45º | 0.51% | 0.22% | - |
| XYZ | 3 | 3.15 | 1.55 | - |
| YUV | 49 | 116.15 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 49 | 28 | 0 | 0.14 | 0.51 | 0.78 | 43.45 | 0.34 | 0.17 |
| Hex | 39 | 31 | 1C | 0 | E | 33 | 4E | 2B | 22 | 11 |
| Octal | 71 | 61 | 34 | 0 | 16 | 63 | 116 | 53 | 42 | 21 |
| Binary | 111001 | 110001 | 11100 | 0 | 1110 | 110011 | 1001110 | 101011 | 100010 | 10001 |
Color Harmonies of #39311C
Complementary color
Monochromatic Colors of #39311C
Black with #39311C
Text Example
Text Example
White with #39311C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39311C; }
p { color: rgb(57,49,28); }
H1.HeaderClassName
{
color: #39311C;
}
.AnyTagClassName
{
color: #39311C;
}
</style>
background-color css
<style>
a { background-color: #39311C; }
a { background-color: rgb(57,49,28); }
div.DivClassName
{
background-color: #39311C;
}
.BgClassName
{
background-color: #39311C;
}
</style>
border-color css
<style>
span { border-color: #39311C; }
span { border-color: rgb(57,49,28); }
td.TdClassName
{
border-color: #39311C;
}
.TagClassName
{
border-color: #39311C;
}
</style>