Shades of Mikado #392F19
Tints of Mikado #392F19
RGB
CMYK
RGB Variations
Color information
#392F19 (or 0x392F19) is known color: Mikado. HEX triplet: 39, 2F and 19. RGB value is (57,47,25). Sum of RGB (Red+Green+Blue) = 57+47+25=129 (17% of max value = 765). Red value is 57 (22.66% from 255 or 44.19% from 129); Green value is 47 (18.75% from 255 or 36.43% from 129); Blue value is 25 (10.16% from 255 or 19.38% from 129); Max value from RGB is 57 - color contains mainly: red. Hex color #392F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392F19 is #C6D0E6. Grayscale: #2F2F2F. Windows color (decimal): -13029607 or 1650489. OLE color: 1650489.
HSL color Cylindrical-coordinate representation of color #392F19: hue angle of 41.25º degrees, saturation: 0.39, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #392F19 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 47 | 25 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.78 |
| HSL | 41.25º | 0.39% | 0.16% | - |
| HSV(B) | 41.25º | 0.56% | 0.22% | - |
| XYZ | 2.88 | 2.97 | 1.34 | - |
| YUV | 47.48 | 115.31 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 47 | 25 | 0 | 0.18 | 0.56 | 0.78 | 41.25 | 0.39 | 0.16 |
| Hex | 39 | 2F | 19 | 0 | 12 | 38 | 4E | 29 | 27 | 10 |
| Octal | 71 | 57 | 31 | 0 | 22 | 70 | 116 | 51 | 47 | 20 |
| Binary | 111001 | 101111 | 11001 | 0 | 10010 | 111000 | 1001110 | 101001 | 100111 | 10000 |
Color Harmonies of #392F19
Complementary color
Monochromatic Colors of #392F19
Black with #392F19
Text Example
Text Example
White with #392F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392F19; }
p { color: rgb(57,47,25); }
H1.HeaderClassName
{
color: #392F19;
}
.AnyTagClassName
{
color: #392F19;
}
</style>
background-color css
<style>
a { background-color: #392F19; }
a { background-color: rgb(57,47,25); }
div.DivClassName
{
background-color: #392F19;
}
.BgClassName
{
background-color: #392F19;
}
</style>
border-color css
<style>
span { border-color: #392F19; }
span { border-color: rgb(57,47,25); }
td.TdClassName
{
border-color: #392F19;
}
.TagClassName
{
border-color: #392F19;
}
</style>