Shades of Mikado #39320D
Tints of Mikado #39320D
RGB
CMYK
RGB Variations
Color information
#39320D (or 0x39320D) is known color: Mikado. HEX triplet: 39, 32 and 0D. RGB value is (57,50,13). Sum of RGB (Red+Green+Blue) = 57+50+13=120 (15% of max value = 765). Red value is 57 (22.66% from 255 or 47.5% from 120); Green value is 50 (19.92% from 255 or 41.67% from 120); Blue value is 13 (5.47% from 255 or 10.83% from 120); Max value from RGB is 57 - color contains mainly: red. Hex color #39320D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39320D is #C6CDF2. Grayscale: #303030. Windows color (decimal): -13028851 or 864825. OLE color: 864825.
HSL color Cylindrical-coordinate representation of color #39320D: hue angle of 50.45º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #39320D is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 50 | 13 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.78 |
| HSL | 50.45º | 0.63% | 0.14% | - |
| HSV(B) | 50.45º | 0.77% | 0.22% | - |
| XYZ | 2.9 | 3.18 | 0.84 | - |
| YUV | 47.88 | 108.32 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 50 | 13 | 0 | 0.12 | 0.77 | 0.78 | 50.45 | 0.63 | 0.14 |
| Hex | 39 | 32 | D | 0 | C | 4D | 4E | 32 | 3F | E |
| Octal | 71 | 62 | 15 | 0 | 14 | 115 | 116 | 62 | 77 | 16 |
| Binary | 111001 | 110010 | 1101 | 0 | 1100 | 1001101 | 1001110 | 110010 | 111111 | 1110 |
Color Harmonies of #39320D
Complementary color
Monochromatic Colors of #39320D
Black with #39320D
Text Example
Text Example
White with #39320D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39320D; }
p { color: rgb(57,50,13); }
H1.HeaderClassName
{
color: #39320D;
}
.AnyTagClassName
{
color: #39320D;
}
</style>
background-color css
<style>
a { background-color: #39320D; }
a { background-color: rgb(57,50,13); }
div.DivClassName
{
background-color: #39320D;
}
.BgClassName
{
background-color: #39320D;
}
</style>
border-color css
<style>
span { border-color: #39320D; }
span { border-color: rgb(57,50,13); }
td.TdClassName
{
border-color: #39320D;
}
.TagClassName
{
border-color: #39320D;
}
</style>