#393111

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

Shades of Mikado #393111

Tints of Mikado #393111

Color information

#393111 (or 0x393111) is unknown color: approx Mikado. HEX triplet: 39, 31 and 11. RGB value is (57,49,17). Sum of RGB (Red+Green+Blue) = 57+49+17=123 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.34% from 123); Green value is 49 (19.53% from 255 or 39.84% from 123); Blue value is 17 (7.03% from 255 or 13.82% from 123); Max value from RGB is 57 - color contains mainly: red. Hex color #393111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393111 is #C6CEEE. Grayscale: #2F2F2F. Windows color (decimal): -13029103 or 1126713. OLE color: 1126713.

HSL color Cylindrical-coordinate representation of color #393111: hue angle of 48º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #393111 is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.78.

Color convert

RGB574917-
CMYK00.140.700.78
HSL48º54.05%14.51%-
HSV(B)48º70.18%22.35%-
XYZ2.893.110.98-
YUV47.74110.65134.6-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 46.34%
GREEN value IS 49 (19.53% from 255) = 39.84%
BLUE value IS 17 (7.03% from 255) = 13.82%
R=46.34%
G=39.84%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57491700.140.700.784854.0514.51
Hex3931110E464E3036f
Octal716121016106116606617
Binary1110011100011000101110100011010011101100001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393111; }

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

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

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

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

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

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

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

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