Shades of Mikado #392F08
Tints of Mikado #392F08
RGB
CMYK
RGB Variations
Color information
#392F08 (or 0x392F08) is known color: Mikado. HEX triplet: 39, 2F and 08. RGB value is (57,47,8). Sum of RGB (Red+Green+Blue) = 57+47+8=112 (14% of max value = 765). Red value is 57 (22.66% from 255 or 50.89% from 112); Green value is 47 (18.75% from 255 or 41.96% from 112); Blue value is 8 (3.52% from 255 or 7.14% from 112); Max value from RGB is 57 - color contains mainly: red. Hex color #392F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392F08 is #C6D0F7. Grayscale: #2D2D2D. Windows color (decimal): -13029624 or 536377. OLE color: 536377.
HSL color Cylindrical-coordinate representation of color #392F08: hue angle of 47.76º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #392F08 is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 47 | 8 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.78 |
| HSL | 47.76º | 0.75% | 0.13% | - |
| HSV(B) | 47.76º | 0.86% | 0.22% | - |
| XYZ | 2.75 | 2.92 | 0.65 | - |
| YUV | 45.54 | 106.81 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 47 | 8 | 0 | 0.18 | 0.86 | 0.78 | 47.76 | 0.75 | 0.13 |
| Hex | 39 | 2F | 8 | 0 | 12 | 56 | 4E | 30 | 4B | D |
| Octal | 71 | 57 | 10 | 0 | 22 | 126 | 116 | 60 | 113 | 15 |
| Binary | 111001 | 101111 | 1000 | 0 | 10010 | 1010110 | 1001110 | 110000 | 1001011 | 1101 |
Color Harmonies of #392F08
Complementary color
Monochromatic Colors of #392F08
Black with #392F08
Text Example
Text Example
White with #392F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392F08; }
p { color: rgb(57,47,8); }
H1.HeaderClassName
{
color: #392F08;
}
.AnyTagClassName
{
color: #392F08;
}
</style>
background-color css
<style>
a { background-color: #392F08; }
a { background-color: rgb(57,47,8); }
div.DivClassName
{
background-color: #392F08;
}
.BgClassName
{
background-color: #392F08;
}
</style>
border-color css
<style>
span { border-color: #392F08; }
span { border-color: rgb(57,47,8); }
td.TdClassName
{
border-color: #392F08;
}
.TagClassName
{
border-color: #392F08;
}
</style>