Shades of Mikado #392D0A
Tints of Mikado #392D0A
RGB
CMYK
RGB Variations
Color information
#392D0A (or 0x392D0A) is known color: Mikado. HEX triplet: 39, 2D and 0A. RGB value is (57,45,10). Sum of RGB (Red+Green+Blue) = 57+45+10=112 (14% of max value = 765). Red value is 57 (22.66% from 255 or 50.89% from 112); Green value is 45 (17.97% from 255 or 40.18% from 112); Blue value is 10 (4.30% from 255 or 8.93% from 112); Max value from RGB is 57 - color contains mainly: red. Hex color #392D0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392D0A is #C6D2F5. Grayscale: #2C2C2C. Windows color (decimal): -13030134 or 666937. OLE color: 666937.
HSL color Cylindrical-coordinate representation of color #392D0A: hue angle of 44.68º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #392D0A is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 45 | 10 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.78 |
| HSL | 44.68º | 0.7% | 0.13% | - |
| HSV(B) | 44.68º | 0.82% | 0.22% | - |
| XYZ | 2.68 | 2.77 | 0.68 | - |
| YUV | 44.6 | 108.48 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 45 | 10 | 0 | 0.21 | 0.82 | 0.78 | 44.68 | 0.7 | 0.13 |
| Hex | 39 | 2D | A | 0 | 15 | 52 | 4E | 2D | 46 | D |
| Octal | 71 | 55 | 12 | 0 | 25 | 122 | 116 | 55 | 106 | 15 |
| Binary | 111001 | 101101 | 1010 | 0 | 10101 | 1010010 | 1001110 | 101101 | 1000110 | 1101 |
Color Harmonies of #392D0A
Complementary color
Monochromatic Colors of #392D0A
Black with #392D0A
Text Example
Text Example
White with #392D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392D0A; }
p { color: rgb(57,45,10); }
H1.HeaderClassName
{
color: #392D0A;
}
.AnyTagClassName
{
color: #392D0A;
}
</style>
background-color css
<style>
a { background-color: #392D0A; }
a { background-color: rgb(57,45,10); }
div.DivClassName
{
background-color: #392D0A;
}
.BgClassName
{
background-color: #392D0A;
}
</style>
border-color css
<style>
span { border-color: #392D0A; }
span { border-color: rgb(57,45,10); }
td.TdClassName
{
border-color: #392D0A;
}
.TagClassName
{
border-color: #392D0A;
}
</style>