#393112

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

Shades of Mikado #393112

Tints of Mikado #393112

Color information

#393112 (or 0x393112) is unknown color: approx Mikado. HEX triplet: 39, 31 and 12. RGB value is (57,49,18). Sum of RGB (Red+Green+Blue) = 57+49+18=124 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.97% from 124); Green value is 49 (19.53% from 255 or 39.52% from 124); Blue value is 18 (7.42% from 255 or 14.52% from 124); Max value from RGB is 57 - color contains mainly: red. Hex color #393112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393112 is #C6CEED. Grayscale: #2F2F2F. Windows color (decimal): -13029102 or 1192249. OLE color: 1192249.

HSL color Cylindrical-coordinate representation of color #393112: hue angle of 47.69º 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 #393112 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB574918-
CMYK00.140.680.78
HSL47.69º52%14.71%-
HSV(B)47.69º68.42%22.35%-
XYZ2.893.111.02-
YUV47.86111.15134.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.97%
GREEN value IS 49 (19.53% from 255) = 39.52%
BLUE value IS 18 (7.42% from 255) = 14.52%
R=45.97%
G=39.52%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57491800.140.680.7847.695214.71
Hex3931120E444E3034f
Octal716122016104116606417
Binary1110011100011001001110100010010011101100001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393112; }

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

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

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

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

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

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

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

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