#393211

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

Shades of Mikado #393211

Tints of Mikado #393211

Color information

#393211 (or 0x393211) is unknown color: approx Mikado. HEX triplet: 39, 32 and 11. RGB value is (57,50,17). Sum of RGB (Red+Green+Blue) = 57+50+17=124 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.97% from 124); Green value is 50 (19.92% from 255 or 40.32% from 124); Blue value is 17 (7.03% from 255 or 13.71% from 124); Max value from RGB is 57 - color contains mainly: red. Hex color #393211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393211 is #C6CDEE. Grayscale: #303030. Windows color (decimal): -13028847 or 1126969. OLE color: 1126969.

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

Color convert

RGB575017-
CMYK00.120.700.78
HSL49.5º54.05%14.51%-
HSV(B)49.5º70.18%22.35%-
XYZ2.933.190.99-
YUV48.33110.32134.18-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.97%
GREEN value IS 50 (19.92% from 255) = 40.32%
BLUE value IS 17 (7.03% from 255) = 13.71%
R=45.97%
G=40.32%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57501700.120.700.7849.554.0514.51
Hex3932110C464E3236f
Octal716221014106116626617
Binary1110011100101000101100100011010011101100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393211; }

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

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

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

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

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

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

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

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