#393116

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

Shades of Mikado #393116

Tints of Mikado #393116

Color information

#393116 (or 0x393116) is unknown color: approx Mikado. HEX triplet: 39, 31 and 16. RGB value is (57,49,22). Sum of RGB (Red+Green+Blue) = 57+49+22=128 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.53% from 128); Green value is 49 (19.53% from 255 or 38.28% from 128); Blue value is 22 (8.98% from 255 or 17.19% from 128); Max value from RGB is 57 - color contains mainly: red. Hex color #393116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393116 is #C6CEE9. Grayscale: #303030. Windows color (decimal): -13029098 or 1454393. OLE color: 1454393.

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

Color convert

RGB574922-
CMYK00.140.610.78
HSL46.29º44.3%15.49%-
HSV(B)46.29º61.4%22.35%-
XYZ2.933.121.21-
YUV48.31113.15134.2-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 44.53%
GREEN value IS 49 (19.53% from 255) = 38.28%
BLUE value IS 22 (8.98% from 255) = 17.19%
R=44.53%
G=38.28%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57492200.140.610.7846.2944.315.49
Hex3931160E3D4E2e2cf
Octal71612601675116565417
Binary111001110001101100111011110110011101011101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393116; }

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

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

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

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

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

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

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

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