#393119

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

Shades of Mikado #393119

Tints of Mikado #393119

Color information

#393119 (or 0x393119) is unknown color: approx Mikado. HEX triplet: 39, 31 and 19. RGB value is (57,49,25). Sum of RGB (Red+Green+Blue) = 57+49+25=131 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.51% from 131); Green value is 49 (19.53% from 255 or 37.40% from 131); Blue value is 25 (10.16% from 255 or 19.08% from 131); Max value from RGB is 57 - color contains mainly: red. Hex color #393119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393119 is #C6CEE6. Grayscale: #303030. Windows color (decimal): -13029095 or 1651001. OLE color: 1651001.

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

Color convert

RGB574925-
CMYK00.140.560.78
HSL45º39.02%16.08%-
HSV(B)45º56.14%22.35%-
XYZ2.963.141.37-
YUV48.66114.65133.95-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 43.51%
GREEN value IS 49 (19.53% from 255) = 37.40%
BLUE value IS 25 (10.16% from 255) = 19.08%
R=43.51%
G=37.40%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57492500.140.560.784539.0216.08
Hex3931190E384E2d2710
Octal71613101670116554720
Binary1110011100011100101110111000100111010110110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393119; }

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

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

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

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

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

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

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

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