#393016

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

Shades of Mikado #393016

Tints of Mikado #393016

Color information

#393016 (or 0x393016) is unknown color: approx Mikado. HEX triplet: 39, 30 and 16. RGB value is (57,48,22). Sum of RGB (Red+Green+Blue) = 57+48+22=127 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.88% from 127); Green value is 48 (19.14% from 255 or 37.80% from 127); Blue value is 22 (8.98% from 255 or 17.32% from 127); Max value from RGB is 57 - color contains mainly: red. Hex color #393016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393016 is #C6CFE9. Grayscale: #2F2F2F. Windows color (decimal): -13029354 or 1454137. OLE color: 1454137.

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

Color convert

RGB574822-
CMYK00.160.610.78
HSL44.57º44.3%15.49%-
HSV(B)44.57º61.4%22.35%-
XYZ2.893.041.19-
YUV47.73113.48134.61-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 44.88%
GREEN value IS 48 (19.14% from 255) = 37.80%
BLUE value IS 22 (8.98% from 255) = 17.32%
R=44.88%
G=37.80%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57482200.160.610.7844.5744.315.49
Hex3930160103D4E2d2cf
Octal71602602075116555417
Binary1110011100001011001000011110110011101011011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393016; }

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

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

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

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

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

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

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

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