Shades of Mikado #392C03
Tints of Mikado #392C03
RGB
CMYK
RGB Variations
Color information
#392C03 (or 0x392C03) is known color: Mikado. HEX triplet: 39, 2C and 03. RGB value is (57,44,3). Sum of RGB (Red+Green+Blue) = 57+44+3=104 (13% of max value = 765). Red value is 57 (22.66% from 255 or 54.81% from 104); Green value is 44 (17.58% from 255 or 42.31% from 104); Blue value is 3 (1.56% from 255 or 2.88% from 104); Max value from RGB is 57 - color contains mainly: red. Hex color #392C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392C03 is #C6D3FC. Grayscale: #2B2B2B. Windows color (decimal): -13030397 or 207929. OLE color: 207929.
HSL color Cylindrical-coordinate representation of color #392C03: hue angle of 45.56º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #392C03 is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 44 | 3 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.78 |
| HSL | 45.56º | 0.9% | 0.12% | - |
| HSV(B) | 45.56º | 0.95% | 0.22% | - |
| XYZ | 2.6 | 2.68 | 0.47 | - |
| YUV | 43.21 | 105.31 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 44 | 3 | 0 | 0.23 | 0.95 | 0.78 | 45.56 | 0.9 | 0.12 |
| Hex | 39 | 2C | 3 | 0 | 17 | 5F | 4E | 2E | 5A | C |
| Octal | 71 | 54 | 3 | 0 | 27 | 137 | 116 | 56 | 132 | 14 |
| Binary | 111001 | 101100 | 11 | 0 | 10111 | 1011111 | 1001110 | 101110 | 1011010 | 1100 |
Color Harmonies of #392C03
Complementary color
Monochromatic Colors of #392C03
Black with #392C03
Text Example
Text Example
White with #392C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392C03; }
p { color: rgb(57,44,3); }
H1.HeaderClassName
{
color: #392C03;
}
.AnyTagClassName
{
color: #392C03;
}
</style>
background-color css
<style>
a { background-color: #392C03; }
a { background-color: rgb(57,44,3); }
div.DivClassName
{
background-color: #392C03;
}
.BgClassName
{
background-color: #392C03;
}
</style>
border-color css
<style>
span { border-color: #392C03; }
span { border-color: rgb(57,44,3); }
td.TdClassName
{
border-color: #392C03;
}
.TagClassName
{
border-color: #392C03;
}
</style>