#393113

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

Shades of Mikado #393113

Tints of Mikado #393113

Color information

#393113 (or 0x393113) is unknown color: approx Mikado. HEX triplet: 39, 31 and 13. RGB value is (57,49,19). Sum of RGB (Red+Green+Blue) = 57+49+19=125 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.6% from 125); Green value is 49 (19.53% from 255 or 39.2% from 125); Blue value is 19 (7.81% from 255 or 15.2% from 125); Max value from RGB is 57 - color contains mainly: red. Hex color #393113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393113 is #C6CEEC. Grayscale: #303030. Windows color (decimal): -13029101 or 1257785. OLE color: 1257785.

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

Color convert

RGB574919-
CMYK00.140.670.78
HSL47.37º50%14.9%-
HSV(B)47.37º66.67%22.35%-
XYZ2.93.111.06-
YUV47.97111.65134.44-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.6%
GREEN value IS 49 (19.53% from 255) = 39.2%
BLUE value IS 19 (7.81% from 255) = 15.2%
R=45.6%
G=39.2%
B=15.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57491900.140.670.7847.375014.9
Hex3931130E434E2f32f
Octal716123016103116576217
Binary1110011100011001101110100001110011101011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393113; }

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

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

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

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

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

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

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

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