#393012

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

Shades of Mikado #393012

Tints of Mikado #393012

Color information

#393012 (or 0x393012) is unknown color: approx Mikado. HEX triplet: 39, 30 and 12. RGB value is (57,48,18). Sum of RGB (Red+Green+Blue) = 57+48+18=123 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.34% from 123); Green value is 48 (19.14% from 255 or 39.02% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 57 - color contains mainly: red. Hex color #393012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393012 is #C6CFED. Grayscale: #2F2F2F. Windows color (decimal): -13029358 or 1191993. OLE color: 1191993.

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

Color convert

RGB574818-
CMYK00.160.680.78
HSL46.15º52%14.71%-
HSV(B)46.15º68.42%22.35%-
XYZ2.853.031.01-
YUV47.27111.48134.94-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 46.34%
GREEN value IS 48 (19.14% from 255) = 39.02%
BLUE value IS 18 (7.42% from 255) = 14.63%
R=46.34%
G=39.02%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57481800.160.680.7846.155214.71
Hex393012010444E2e34f
Octal716022020104116566417
Binary11100111000010010010000100010010011101011101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393012; }

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

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

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

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

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

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

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

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