#393011

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

Shades of Mikado #393011

Tints of Mikado #393011

Color information

#393011 (or 0x393011) is unknown color: approx Mikado. HEX triplet: 39, 30 and 11. RGB value is (57,48,17). Sum of RGB (Red+Green+Blue) = 57+48+17=122 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.72% from 122); Green value is 48 (19.14% from 255 or 39.34% from 122); Blue value is 17 (7.03% from 255 or 13.93% from 122); Max value from RGB is 57 - color contains mainly: red. Hex color #393011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393011 is #C6CFEE. Grayscale: #2F2F2F. Windows color (decimal): -13029359 or 1126457. OLE color: 1126457.

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

Color convert

RGB574817-
CMYK00.160.700.78
HSL46.5º54.05%14.51%-
HSV(B)46.5º70.18%22.35%-
XYZ2.853.020.96-
YUV47.16110.98135.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 46.72%
GREEN value IS 48 (19.14% from 255) = 39.34%
BLUE value IS 17 (7.03% from 255) = 13.93%
R=46.72%
G=39.34%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57481700.160.700.7846.554.0514.51
Hex393011010464E2e36f
Octal716021020106116566617
Binary11100111000010001010000100011010011101011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393011; }

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

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

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

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

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

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

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

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