#393311

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

Shades of Mikado #393311

Tints of Mikado #393311

Color information

#393311 (or 0x393311) is unknown color: approx Mikado. HEX triplet: 39, 33 and 11. RGB value is (57,51,17). Sum of RGB (Red+Green+Blue) = 57+51+17=125 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.6% from 125); Green value is 51 (20.31% from 255 or 40.8% from 125); Blue value is 17 (7.03% from 255 or 13.6% from 125); Max value from RGB is 57 - color contains mainly: red. Hex color #393311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393311 is #C6CCEE. Grayscale: #313131. Windows color (decimal): -13028591 or 1127225. OLE color: 1127225.

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

Color convert

RGB575117-
CMYK00.110.700.78
HSL51º54.05%14.51%-
HSV(B)51º70.18%22.35%-
XYZ2.973.281.01-
YUV48.92109.99133.76-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.6%
GREEN value IS 51 (20.31% from 255) = 40.8%
BLUE value IS 17 (7.03% from 255) = 13.6%
R=45.6%
G=40.8%
B=13.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57511700.110.700.785154.0514.51
Hex3933110B464E3336f
Octal716321013106116636617
Binary1110011100111000101011100011010011101100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393311; }

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

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

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

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

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

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

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

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