Shades of Mikado #392D06
Tints of Mikado #392D06
RGB
CMYK
RGB Variations
Color information
#392D06 (or 0x392D06) is known color: Mikado. HEX triplet: 39, 2D and 06. RGB value is (57,45,6). Sum of RGB (Red+Green+Blue) = 57+45+6=108 (14% of max value = 765). Red value is 57 (22.66% from 255 or 52.78% from 108); Green value is 45 (17.97% from 255 or 41.67% from 108); Blue value is 6 (2.73% from 255 or 5.56% from 108); Max value from RGB is 57 - color contains mainly: red. Hex color #392D06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392D06 is #C6D2F9. Grayscale: #2C2C2C. Windows color (decimal): -13030138 or 404793. OLE color: 404793.
HSL color Cylindrical-coordinate representation of color #392D06: hue angle of 45.88º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #392D06 is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 45 | 6 | - |
| CMYK | 0 | 0.21 | 0.89 | 0.78 |
| HSL | 45.88º | 0.81% | 0.12% | - |
| HSV(B) | 45.88º | 0.89% | 0.22% | - |
| XYZ | 2.66 | 2.76 | 0.56 | - |
| YUV | 44.14 | 106.48 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 45 | 6 | 0 | 0.21 | 0.89 | 0.78 | 45.88 | 0.81 | 0.12 |
| Hex | 39 | 2D | 6 | 0 | 15 | 59 | 4E | 2E | 51 | C |
| Octal | 71 | 55 | 6 | 0 | 25 | 131 | 116 | 56 | 121 | 14 |
| Binary | 111001 | 101101 | 110 | 0 | 10101 | 1011001 | 1001110 | 101110 | 1010001 | 1100 |
Color Harmonies of #392D06
Complementary color
Monochromatic Colors of #392D06
Black with #392D06
Text Example
Text Example
White with #392D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392D06; }
p { color: rgb(57,45,6); }
H1.HeaderClassName
{
color: #392D06;
}
.AnyTagClassName
{
color: #392D06;
}
</style>
background-color css
<style>
a { background-color: #392D06; }
a { background-color: rgb(57,45,6); }
div.DivClassName
{
background-color: #392D06;
}
.BgClassName
{
background-color: #392D06;
}
</style>
border-color css
<style>
span { border-color: #392D06; }
span { border-color: rgb(57,45,6); }
td.TdClassName
{
border-color: #392D06;
}
.TagClassName
{
border-color: #392D06;
}
</style>