#393010

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

Shades of Mikado #393010

Tints of Mikado #393010

Color information

#393010 (or 0x393010) is unknown color: approx Mikado. HEX triplet: 39, 30 and 10. RGB value is (57,48,16). Sum of RGB (Red+Green+Blue) = 57+48+16=121 (16% of max value = 765). Red value is 57 (22.66% from 255 or 47.11% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 16 (6.64% from 255 or 13.22% from 121); Max value from RGB is 57 - color contains mainly: red. Hex color #393010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393010 is #C6CFEF. Grayscale: #2F2F2F. Windows color (decimal): -13029360 or 1060921. OLE color: 1060921.

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

Color convert

RGB574816-
CMYK00.160.720.78
HSL46.83º56.16%14.31%-
HSV(B)46.83º71.93%22.35%-
XYZ2.843.020.92-
YUV47.04110.48135.1-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 47.11%
GREEN value IS 48 (19.14% from 255) = 39.67%
BLUE value IS 16 (6.64% from 255) = 13.22%
R=47.11%
G=39.67%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.72
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57481600.160.720.7846.8356.1614.31
Hex393010010484E2f38e
Octal716020020110116577016
Binary11100111000010000010000100100010011101011111110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393010; }

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

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

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

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

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

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

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

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