#393219

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

Shades of Mikado #393219

Tints of Mikado #393219

Color information

#393219 (or 0x393219) is unknown color: approx Mikado. HEX triplet: 39, 32 and 19. RGB value is (57,50,25). Sum of RGB (Red+Green+Blue) = 57+50+25=132 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.18% from 132); Green value is 50 (19.92% from 255 or 37.88% from 132); Blue value is 25 (10.16% from 255 or 18.94% from 132); Max value from RGB is 57 - color contains mainly: red. Hex color #393219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393219 is #C6CDE6. Grayscale: #313131. Windows color (decimal): -13028839 or 1651257. OLE color: 1651257.

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

Color convert

RGB575025-
CMYK00.120.560.78
HSL46.88º39.02%16.08%-
HSV(B)46.88º56.14%22.35%-
XYZ33.221.38-
YUV49.24114.32133.53-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 43.18%
GREEN value IS 50 (19.92% from 255) = 37.88%
BLUE value IS 25 (10.16% from 255) = 18.94%
R=43.18%
G=37.88%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57502500.120.560.7846.8839.0216.08
Hex3932190C384E2f2710
Octal71623101470116574720
Binary1110011100101100101100111000100111010111110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393219; }

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

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

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

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

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

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

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

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