#393215

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

Shades of Mikado #393215

Tints of Mikado #393215

Color information

#393215 (or 0x393215) is unknown color: approx Mikado. HEX triplet: 39, 32 and 15. RGB value is (57,50,21). Sum of RGB (Red+Green+Blue) = 57+50+21=128 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.53% from 128); Green value is 50 (19.92% from 255 or 39.06% from 128); Blue value is 21 (8.59% from 255 or 16.41% from 128); Max value from RGB is 57 - color contains mainly: red. Hex color #393215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393215 is #C6CDEA. Grayscale: #303030. Windows color (decimal): -13028843 or 1389113. OLE color: 1389113.

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

Color convert

RGB575021-
CMYK00.120.630.78
HSL48.33º46.15%15.29%-
HSV(B)48.33º63.16%22.35%-
XYZ2.963.211.17-
YUV48.79112.32133.86-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 44.53%
GREEN value IS 50 (19.92% from 255) = 39.06%
BLUE value IS 21 (8.59% from 255) = 16.41%
R=44.53%
G=39.06%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57502100.120.630.7848.3346.1515.29
Hex3932150C3F4E302ef
Octal71622501477116605617
Binary111001110010101010110011111110011101100001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393215; }

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

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

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

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

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

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

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

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