#392E12

Color #392E12 Mikado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mikado #392E12

Tints of Mikado #392E12

Color information

#392E12 (or 0x392E12) is unknown color: approx Mikado. HEX triplet: 39, 2E and 12. RGB value is (57,46,18). Sum of RGB (Red+Green+Blue) = 57+46+18=121 (16% of max value = 765). Red value is 57 (22.66% from 255 or 47.11% from 121); Green value is 46 (18.36% from 255 or 38.02% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 57 - color contains mainly: red. Hex color #392E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392E12 is #C6D1ED. Grayscale: #2E2E2E. Windows color (decimal): -13029870 or 1191481. OLE color: 1191481.

HSL color Cylindrical-coordinate representation of color #392E12: hue angle of 43.08º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #392E12 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB574618-
CMYK00.190.680.78
HSL43.08º52%14.71%-
HSV(B)43.08º68.42%22.35%-
XYZ2.772.870.98-
YUV46.1112.14135.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 57 (22.66% from 255) = 47.11%
GREEN value IS 46 (18.36% from 255) = 38.02%
BLUE value IS 18 (7.42% from 255) = 14.88%
R=47.11%
G=38.02%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57461800.190.680.7843.085214.71
Hex392E12013444E2b34f
Octal715622023104116536417
Binary11100110111010010010011100010010011101010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392E12; }

 p { color: rgb(57,46,18); }

 H1.HeaderClassName
 {
   color: #392E12;
 }
 .AnyTagClassName
 {
   color: #392E12;
 }
</style>
background-color css

<style>
 a { background-color: #392E12; }

 a { background-color: rgb(57,46,18); }

 div.DivClassName
 {
   background-color: #392E12;
 }
 .BgClassName
 {
   background-color: #392E12;
 }
</style>
border-color css

<style>
 span { border-color: #392E12; }

 span { border-color: rgb(57,46,18); }

 td.TdClassName
 {
   border-color: #392E12;
 }
 .TagClassName
 {
   border-color: #392E12;
 }
</style>