#393110

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

Shades of Mikado #393110

Tints of Mikado #393110

Color information

#393110 (or 0x393110) is unknown color: approx Mikado. HEX triplet: 39, 31 and 10. RGB value is (57,49,16). Sum of RGB (Red+Green+Blue) = 57+49+16=122 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.72% from 122); Green value is 49 (19.53% from 255 or 40.16% from 122); Blue value is 16 (6.64% from 255 or 13.11% from 122); Max value from RGB is 57 - color contains mainly: red. Hex color #393110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393110 is #C6CEEF. Grayscale: #2F2F2F. Windows color (decimal): -13029104 or 1061177. OLE color: 1061177.

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

Color convert

RGB574916-
CMYK00.140.720.78
HSL48.29º56.16%14.31%-
HSV(B)48.29º71.93%22.35%-
XYZ2.883.10.94-
YUV47.63110.15134.68-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 46.72%
GREEN value IS 49 (19.53% from 255) = 40.16%
BLUE value IS 16 (6.64% from 255) = 13.11%
R=46.72%
G=40.16%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.72
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57491600.140.720.7848.2956.1614.31
Hex3931100E484E3038e
Octal716120016110116607016
Binary1110011100011000001110100100010011101100001110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393110; }

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

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

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

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

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

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

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

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